| 32 | | $eZTemplateOperatorArray[] = array( 'script' => 'extension/myutils/autoloads/myutils_operators.php', |
| 33 | | 'class' => 'myutilsOperators', |
| 34 | | 'operator_names' => array( 'get_siteaccess', |
| 35 | | 'gmdate', |
| 36 | | 'is_debug_enabled', |
| 37 | | 'json_decode', |
| 38 | | 'path_to_path_array', |
| 39 | | 'redirect', |
| 40 | | 'str_ireplace', |
| 41 | | 'str_replace' |
| 42 | | ) |
| 43 | | ); |
| | 32 | $eZTemplateOperatorArray[] = array( |
| | 33 | 'script' => 'extension/myutils/classes/myutilstemplateoperators.php', |
| | 34 | 'class' => 'myutilsTemplatesOperators', |
| | 35 | 'operator_names' => array( |
| | 36 | 'get_siteaccess', |
| | 37 | 'gmdate', |
| | 38 | 'is_debug_enabled', |
| | 39 | 'json_decode', |
| | 40 | 'path_to_path_array', |
| | 41 | 'redirect', |
| | 42 | 'str_ireplace', |
| | 43 | 'str_replace' |
| | 44 | ) |
| | 45 | ); |
| | 46 | |