block.ifacl.php
Tags
Table of Contents
- jtpl_block_common_ifacl() : string
- a special if block to test easily a right value.
Functions
jtpl_block_common_ifacl()
a special if block to test easily a right value.
jtpl_block_common_ifacl(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $param = array() ]) : string
{ifacl 'subject','value', 54} ..here generated content if the user has the right {/ifacl}
Parameters
- $compiler : jTplCompiler
-
the template compiler
- $begin : bool
-
true if it is the begin of block, else false
- $param : array<string|int, mixed> = array()
-
0=>subject 1=>right value 2=>optional resource
Tags
Return values
string —the php code corresponding to the begin or end of the block