|
eZ Publish
[4.2]
|
Collection of url modifying operators. More...
Public Member Functions | |
| applyQuotes ($text, &$parameter, $onlyQuote=false) | |
| eZURLOperator ($url_name= 'ezurl', $urlroot_name= 'ezroot', $ezsys_name= 'ezsys', $design_name= 'ezdesign', $image_name= 'ezimage', $ext_name= 'exturl', $httpName= 'ezhttp', $iniName= 'ezini', $iniNameHasVariable= 'ezini_hasvariable', $httpNameHasVariable= 'ezhttp_hasvariable') | |
| iniTrans ($operatorName, &$node, $tpl, &$resourceData, $element, $lastElement, $elementList, $elementTree, &$parameters) | |
| modify ($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, &$operatorValue, $namedParameters) | |
| namedParameterList () | |
| operatorList () | |
| operatorTemplateHints () | |
| urlTransformation ($operatorName, &$node, $tpl, &$resourceData, $element, $lastElement, $elementList, $elementTree, &$parameters) | |
Static Public Member Functions | |
| static | eZDesign ($tpl, $operatorValue, $operatorName) |
| static | eZImage ($tpl, $operatorValue, $operatorName, $skipSlash=false) |
Public Attributes | |
| $DesignName | |
| $ImageName | |
| $Operators | |
| $Sys | |
| $URLName | |
| $URLRootName | |
| const | HTTP_OPERATOR_TYPE_GET = 2 |
| const | HTTP_OPERATOR_TYPE_POST = 1 |
| const | HTTP_OPERATOR_TYPE_SESSION = 3 |
Collection of url modifying operators.
Definition at line 38 of file ezurloperator.php.
| eZURLOperator::applyQuotes | ( | $ | text, |
| &$ | parameter, | ||
| $ | onlyQuote = false |
||
| ) |
Apply quotes to static text
| static | text |
| quote | parameter |
| if | set to true, return only quote value |
Definition at line 592 of file ezurloperator.php.
Referenced by urlTransformation().
| static eZURLOperator::eZDesign | ( | $ | tpl, |
| $ | operatorValue, | ||
| $ | operatorName | ||
| ) | [static] |
Definition at line 888 of file ezurloperator.php.
Referenced by modify(), and urlTransformation().
| static eZURLOperator::eZImage | ( | $ | tpl, |
| $ | operatorValue, | ||
| $ | operatorName, | ||
| $ | skipSlash = false |
||
| ) | [static] |
Definition at line 917 of file ezurloperator.php.
Referenced by modify(), and urlTransformation().
| eZURLOperator::eZURLOperator | ( | $ | url_name = 'ezurl', |
| $ | urlroot_name = 'ezroot', |
||
| $ | ezsys_name = 'ezsys', |
||
| $ | design_name = 'ezdesign', |
||
| $ | image_name = 'ezimage', |
||
| $ | ext_name = 'exturl', |
||
| $ | httpName = 'ezhttp', |
||
| $ | iniName = 'ezini', |
||
| $ | iniNameHasVariable = 'ezini_hasvariable', |
||
| $ | httpNameHasVariable = 'ezhttp_hasvariable' |
||
| ) |
Initializes the image operator with the operator name $name.
Definition at line 47 of file ezurloperator.php.
| eZURLOperator::iniTrans | ( | $ | operatorName, |
| &$ | node, | ||
| $ | tpl, | ||
| &$ | resourceData, | ||
| $ | element, | ||
| $ | lastElement, | ||
| $ | elementList, | ||
| $ | elementTree, | ||
| &$ | parameters | ||
| ) |
Definition at line 133 of file ezurloperator.php.
| eZURLOperator::modify | ( | $ | tpl, |
| $ | operatorName, | ||
| $ | operatorParameters, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace, | ||
| &$ | operatorValue, | ||
| $ | namedParameters | ||
| ) |
Definition at line 640 of file ezurloperator.php.
| eZURLOperator::namedParameterList | ( | ) |
Definition at line 630 of file ezurloperator.php.
| eZURLOperator::operatorList | ( | ) |
Returns the operators in this class.
Definition at line 625 of file ezurloperator.php.
| eZURLOperator::operatorTemplateHints | ( | ) |
Definition at line 72 of file ezurloperator.php.
| eZURLOperator::urlTransformation | ( | $ | operatorName, |
| &$ | node, | ||
| $ | tpl, | ||
| &$ | resourceData, | ||
| $ | element, | ||
| $ | lastElement, | ||
| $ | elementList, | ||
| $ | elementTree, | ||
| &$ | parameters | ||
| ) |
Definition at line 234 of file ezurloperator.php.
| eZURLOperator::$DesignName |
Definition at line 948 of file ezurloperator.php.
| eZURLOperator::$ImageName |
Definition at line 948 of file ezurloperator.php.
| eZURLOperator::$Operators |
Definition at line 947 of file ezurloperator.php.
| eZURLOperator::$Sys |
Definition at line 949 of file ezurloperator.php.
| eZURLOperator::$URLName |
Definition at line 948 of file ezurloperator.php.
| eZURLOperator::$URLRootName |
Definition at line 948 of file ezurloperator.php.
| const eZURLOperator::HTTP_OPERATOR_TYPE_GET = 2 |
Definition at line 41 of file ezurloperator.php.
Referenced by modify().
| const eZURLOperator::HTTP_OPERATOR_TYPE_POST = 1 |
Definition at line 40 of file ezurloperator.php.
Referenced by modify().
Definition at line 42 of file ezurloperator.php.
Referenced by modify().