PEEL Shopping
Open source ecommerce : PEEL Shopping
|
Public Member Functions | |
getAttributes ($compiler, $attributes) | |
This function checks if the attributes passed are valid. More... | |
openTag ($compiler, $openTag, $data=null) | |
Push opening tag name on stack. More... | |
closeTag ($compiler, $expectedTag) | |
Pop closing tag. More... | |
Data Fields | |
$required_attributes = array() | |
$optional_attributes = array() | |
$shorttag_order = array() | |
$option_flags = array('nocache') | |
Definition at line 16 of file smarty_internal_compilebase.php.
closeTag | ( | $compiler, | |
$expectedTag | |||
) |
Pop closing tag.
Raise an error if this stack-top doesn't match with expected opening tags
object | $compiler | compiler object |
array | string | $expectedTag | the expected opening tag names |
Definition at line 150 of file smarty_internal_compilebase.php.
getAttributes | ( | $compiler, | |
$attributes | |||
) |
This function checks if the attributes passed are valid.
The attributes passed for the tag to compile are checked against the list of required and optional attributes. Required attributes must be present. Optional attributes are check against the corresponding list. The keyword '_any' specifies that any attribute will be accepted as valid
object | $compiler | compiler object |
array | $attributes | attributes applied to the tag |
Definition at line 56 of file smarty_internal_compilebase.php.
openTag | ( | $compiler, | |
$openTag, | |||
$data = null |
|||
) |
Push opening tag name on stack.
Optionally additional data can be saved on stack
object | $compiler | compiler object |
string | $openTag | the opening tag's name |
mixed | $data | optional data saved |
Definition at line 136 of file smarty_internal_compilebase.php.
$option_flags = array('nocache') |
Definition at line 42 of file smarty_internal_compilebase.php.
$optional_attributes = array() |
Definition at line 30 of file smarty_internal_compilebase.php.
$required_attributes = array() |
Definition at line 23 of file smarty_internal_compilebase.php.
$shorttag_order = array() |
Definition at line 36 of file smarty_internal_compilebase.php.
This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:44 - is a product of SAS. All rights reserved.