Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Method.TestFamImp1.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Ooo Layout test
8
*
9
* @author Anakeen
10
*
11
* @package Dcp\Pu
12
*/
13
/**
14
*/
15
/**
16
*/
17
/**
18
* @begin-method-ignore
19
* this part will be deleted when construct document class until end-method-ignore
20
*/
21
class
_TST_FAMIMP1
extends
Doc
22
{
23
/**
24
* @end-method-ignore
25
*/
26
public
function
preImport
(array $extra=array())
27
{
28
$tkey = $tval = array();
29
foreach
($extra as
$id
=> $val) {
30
$tkey[] =
$id
;
31
$tval[] = $val;
32
}
33
$this->
setValue
(
"tst_extrakey"
, $tkey);
34
$this->
setValue
(
"tst_extraval"
, $tval);
35
}
36
/**
37
* @begin-method-ignore
38
* this part will be deleted when construct document class until end-method-ignore
39
*/
40
}
41
/**
42
* @end-method-ignore
43
*/
44
?>
_TST_FAMIMP1
Definition:
Method.TestFamImp1.php:21
_TST_FAMIMP1\preImport
preImport(array $extra=array())
Definition:
Method.TestFamImp1.php:26
Doc\$id
$id
Definition:
Class.Doc.php:336
Doc
Definition:
Class.Doc.php:58
Doc\setValue
setValue($attrid, $value, $index=-1, &$kvalue=null)
Definition:
Class.Doc.php:3528
← centre documentaire
© anakeen