eZTemplateElementParser Class ReferenceThe class eZTemplateElementParser does.
More...
List of all members.
|
Public Methods |
| | eZTemplateElementParser () |
| | parseVariableTag (&$tpl,&$text,$startPosition,&$endPosition,$textLength,$defaultNamespace,$allowedType=false,$maxElements=false,$endMarker=false,$undefinedType=EZ_TEMPLATE_TYPE_ATTRIBUTE) |
| | variableEndPos (&$tpl,&$text,$startPosition,$textLength,&$namespace,&$name,&$scope) |
| | identifierEndPosition (&$tpl,&$text,$start_pos,$len) |
| | quoteEndPos (&$tpl,&$text,$startPosition,$textLength,$quote) |
| | numericEndPos (&$tpl,&$text,$start_pos,$len,&$float) |
| | whitespaceEndPos (&$tpl,&$text,$currentPosition,$textLength) |
| | isWhitespace (&$tpl,&$text,$startPosition) |
| | eZTemplateElementParser () |
| | parseVariableTag (&$tpl,&$text,$startPosition,&$endPosition,$textLength,$defaultNamespace,$allowedType=false,$maxElements=false,$endMarker=false,$undefinedType=EZ_TEMPLATE_TYPE_ATTRIBUTE) |
| & | parseVariableTag2 (&$tpl,&$text,$start_pos,&$end,$len,$def_nspace) |
| & | parseOperators (&$tpl,&$text,$start_pos,&$end,$len,$def_nspace,$start_with_oper=false) |
| & | parseAttribute (&$tpl,&$text,$start_pos,&$end,$len,$def_nspace) |
| & | parseVariableAndAttributes (&$tpl,&$text,$start_pos,&$end,$len,$def_nspace) |
| | variableEndPos (&$tpl,&$text,$startPosition,$textLength,&$namespace,&$name,&$scope) |
| | identifierEndPosition (&$tpl,&$text,$start_pos,$len) |
| | quoteEndPos (&$tpl,&$text,$startPosition,$textLength,$quote) |
| | numericEndPos (&$tpl,&$text,$start_pos,$len,&$float) |
| | whitespaceEndPos (&$tpl,&$text,$currentPosition,$textLength) |
| | isWhitespace (&$tpl,&$text,$startPosition) |
Detailed Description
The class eZTemplateElementParser does.
Definition at line eztemplateelementparser.php.
Constructor & Destructor Documentation
| eZTemplateElementParser::eZTemplateElementParser |
( |
|
) |
|
|
| eZTemplateElementParser::eZTemplateElementParser |
( |
|
) |
|
|
Member Function Documentation
| eZTemplateElementParser::identifierEndPosition |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
$ |
len |
|
) |
|
|
| eZTemplateElementParser::identifierEndPosition |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
$ |
len |
|
) |
|
|
| eZTemplateElementParser::isWhitespace |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition |
|
) |
|
|
| eZTemplateElementParser::isWhitespace |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition |
|
) |
|
|
| eZTemplateElementParser::numericEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
$ |
len, |
|
|
&$ |
float |
|
) |
|
|
| eZTemplateElementParser::numericEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
$ |
len, |
|
|
&$ |
float |
|
) |
|
|
| & eZTemplateElementParser::parseAttribute |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
&$ |
end, |
|
|
$ |
len, |
|
|
$ |
def_nspace |
|
) |
|
|
| & eZTemplateElementParser::parseOperators |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
&$ |
end, |
|
|
$ |
len, |
|
|
$ |
def_nspace, |
|
|
$ |
start_with_oper = false |
|
) |
|
|
| & eZTemplateElementParser::parseVariableAndAttributes |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
&$ |
end, |
|
|
$ |
len, |
|
|
$ |
def_nspace |
|
) |
|
|
| eZTemplateElementParser::parseVariableTag |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
&$ |
endPosition, |
|
|
$ |
textLength, |
|
|
$ |
defaultNamespace, |
|
|
$ |
allowedType = false, |
|
|
$ |
maxElements = false, |
|
|
$ |
endMarker = false, |
|
|
$ |
undefinedType = EZ_TEMPLATE_TYPE_ATTRIBUTE |
|
) |
|
|
| eZTemplateElementParser::parseVariableTag |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
&$ |
endPosition, |
|
|
$ |
textLength, |
|
|
$ |
defaultNamespace, |
|
|
$ |
allowedType = false, |
|
|
$ |
maxElements = false, |
|
|
$ |
endMarker = false, |
|
|
$ |
undefinedType = EZ_TEMPLATE_TYPE_ATTRIBUTE |
|
) |
|
|
| & eZTemplateElementParser::parseVariableTag2 |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
start_pos, |
|
|
&$ |
end, |
|
|
$ |
len, |
|
|
$ |
def_nspace |
|
) |
|
|
| eZTemplateElementParser::quoteEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
$ |
textLength, |
|
|
$ |
quote |
|
) |
|
|
| eZTemplateElementParser::quoteEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
$ |
textLength, |
|
|
$ |
quote |
|
) |
|
|
| eZTemplateElementParser::variableEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
$ |
textLength, |
|
|
&$ |
namespace, |
|
|
&$ |
name, |
|
|
&$ |
scope |
|
) |
|
|
| eZTemplateElementParser::variableEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
startPosition, |
|
|
$ |
textLength, |
|
|
&$ |
namespace, |
|
|
&$ |
name, |
|
|
&$ |
scope |
|
) |
|
|
| eZTemplateElementParser::whitespaceEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
currentPosition, |
|
|
$ |
textLength |
|
) |
|
|
| eZTemplateElementParser::whitespaceEndPos |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
currentPosition, |
|
|
$ |
textLength |
|
) |
|
|
The documentation for this class was generated from the following files:
|