Class Tokenize
- Thelia\Tpex\Tokenizer\Tokenize implements Thelia\Tpex\Tokenizer\TokenizeInterface
public
|
#
__construct( Symfony\Component\HttpFoundation\Request $request, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, mixed $content = null )
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
Thelia\Tpex\Element|
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
integer
|
protected
mixed
|
$in_comment | |
|
protected
Symfony\Component\HttpFoundation\Request
|
$request | |
|
protected
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
$dispatcher | |
|
protected
array
|
$tags | array(
"THELIA_" => TpexToken::OSL,
"/THELIA_" => TpexToken::CSL,
"TEST_" => TpexToken::OTL,
"/TEST_" => TpexToken::ETL,
"//TEST_" => TpexToken::CTL,
"T_" => TpexToken::OCL,
"/T_" => TpexToken::ECL,
"//T_" => TpexToken::CCL,
"REM" => TpexToken::OCM,
"/REM" => TpexToken::CCM,
"REPEAT_" => TpexToken::ORL,
"/REPEAT_" => TpexToken::CRL,
"T:" => TpexToken::OCVL,
"/T:" => TpexToken::ECVL,
"//T:" => TpexToken::CCVL
) |
#
$tags |
protected
array
|
$tokens | array() |
|
protected
Array
|
$loop | array() |
#
associative array containing information for loop execution |
protected
Array
|
$filter | array() |
#
associative array containing information for filter execution |
protected
Array
|
$testLoop | array() |
#
associative array containing information for loop test execution |
protected
array
|
$loopIdStack | array() |
|
protected
array
|
$currentLoopStack | array() |