Jelix 1.8.8

block.ifnotacl2.php

Tags
subpackage

jacl2_plugin

author

Laurent Jouanneau

contributor

Dominique Papin

copyright

2006-2008 Laurent Jouanneau

copyright

2007 Dominique Papin

see
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

jtpl_block_common_ifnotacl2()  : string
a special if block to test easily a right value.

Functions

jtpl_block_common_ifnotacl2()

a special if block to test easily a right value.

jtpl_block_common_ifnotacl2(jTplCompiler $compiler, bool $begin[, array<string|int, mixed> $params = array() ]) : string
{ifnotacl2 'right',54} ..here generated content if the user has NOT the right  {/ifnotacl2}
Parameters
$compiler : jTplCompiler

the template compiler

$begin : bool

true if it is the begin of block, else false

$params : array<string|int, mixed> = array()

0=>subject 1=>optional resource

Tags
Return values
string

the php code corresponding to the begin or end of the block

Search results