|
| Layout ($caneva="", $action="", $template="[OUT]") |
|
| getZone ($key= '') |
|
| setZone ($zone) |
|
| SetBlockCorresp ($p_nom_block, $p_nom_modele, $p_nom=NULL) |
|
| SetBlockData ($p_nom_block, $data=NULL) |
|
| GetBlockData ($p_nom_block) |
|
| SetBlock ($name, $block) |
|
| ParseBlock (&$out) |
|
| TestIf ($name, $block, $not=false) |
|
| ParseIf (&$out) |
|
| ParseZone (&$out) |
|
| ParseKey (&$out) |
|
| setEncoding ($enc) |
|
| execute ($appname, $actionargn) |
|
| set ($tag, $val) |
|
| get ($tag) |
|
| ParseRef (&$out) |
|
| Text ($s) |
|
| GenJsRef () |
|
| GenJsCode ($showlog, $onlylog=false) |
|
| ParseJs (&$out) |
|
| GenCssRef () |
|
| GenCssCode () |
|
| ParseCss (&$out) |
|
| gen () |
|
| getRecursionCount ($class, $function) |
|
| printRecursionCountError ($class, $function, $count) |
|
Definition at line 81 of file Class.Layout.php.
execute |
( |
|
$appname, |
|
|
|
$actionargn |
|
) |
| |
GenJsCode |
( |
|
$showlog, |
|
|
|
$onlylog = false |
|
) |
| |
GetBlockData |
( |
|
$p_nom_block | ) |
|
getRecursionCount |
( |
|
$class, |
|
|
|
$function |
|
) |
| |
Count number of execute() calls on the stack to detect infinite recursive loops
- Parameters
-
string | class name to track |
string | function/method name to track |
- Returns
- array array('count' => $callCount, 'delta' => $callDelta, 'depth' => $stackDepth)
Definition at line 467 of file Class.Layout.php.
Layout |
( |
|
$caneva = "" , |
|
|
|
$action = "" , |
|
|
|
$template = "[OUT]" |
|
) |
| |
construct layout for view card containt
- Parameters
-
string | $caneva | file of the template |
Action | $action | current action |
string | $template | default template |
Definition at line 106 of file Class.Layout.php.
printRecursionCountError |
( |
|
$class, |
|
|
|
$function, |
|
|
|
$count |
|
) |
| |
Print a recursion count error message and stop execution
- Parameters
-
string | class name to display |
string | function/method name to display |
integer | the call count that triggered the error |
Definition at line 497 of file Class.Layout.php.
SetBlock |
( |
|
$name, |
|
|
|
$block |
|
) |
| |
SetBlockCorresp |
( |
|
$p_nom_block, |
|
|
|
$p_nom_modele, |
|
|
|
$p_nom = NULL |
|
) |
| |
SetBlockData |
( |
|
$p_nom_block, |
|
|
|
$data = NULL |
|
) |
| |
TestIf |
( |
|
$name, |
|
|
|
$block, |
|
|
|
$not = false |
|
) |
| |
The documentation for this class was generated from the following file: