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
Class.TstInvisible.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
namespace
Dcp\Pu;
7
8
class
TstInvisible
extends
\Dcp\Family\Document
9
{
10
public
function
postImport
(array $extra = array())
11
{
12
if
(!empty($extra[
"state"
])) {
13
return
$this->
setState
($extra[
"state"
]);
14
}
else
{
15
$this->wid = 0;
16
$this->state =
''
;
17
$this->
modify
();
18
}
19
return
''
;
20
}
21
}
22
Doc\setState
setState($newstate, $comment= '', $force=false, $withcontrol=true, $wm1=true, $wm2=true, $wneed=true, $wm0=true, $wm3=true, &$msg= '')
Definition:
Class.Doc.php:5314
Dcp\Family\Document
Definition:
Class.FamilyDocument.php:9
Dcp\Pu\TstInvisible\postImport
postImport(array $extra=array())
Definition:
Class.TstInvisible.php:10
DbObj\modify
modify($nopost=false, $sfields="", $nopre=false)
Definition:
Class.DbObj.php:449
Dcp\Pu\TstInvisible
Definition:
Class.TstInvisible.php:8
← centre documentaire
© anakeen