|
eZ Publish
[trunk]
|
Go to the source code of this file.
Functions | |
| datatype_class ($datatype, $className) | |
| datatype include function for pre eZ Publish 4.0. | |
| ext_activate ($extension, $name) | |
| Activates the file named $name in extension $extension note This works similar to include_once() meaning that it's included one time. | |
| ext_class ($extension, $name) | |
| Activates the file named $name in extension $extension note This works similar to include_once() meaning that it's included one time. | |
| ext_include ($extension, $name) | |
| Includes the file named $name in extension $extension note This works similar to include() meaning that it always includes the file. | |
| extension_path ($extension, $withWWWDir=false, $withHost=false, $withProtocol=false) | |
| Loose extension path function for include use originally from ezextension.php. | |
| isExtension ($path) | |
| kernel_class ($name) | |
| kernel class include function for pre eZ Publish 4.0. | |
| kernel_common ($name) | |
| kernel/common files include function for pre eZ Publish 4.0. | |
| kernel_include ($name) | |
| kernel files include function for pre eZ Publish 4.0. | |
| lib_class ($libName, $name) | |
| lib class include function for pre eZ Publish 4.0. | |
| lib_include ($libName, $name) | |
| lib include function for pre eZ Publish 4.0. | |
| nameFromPath ($path) | |
| eZExtension::nameFromPath( __FILE__ ) executed in any file of an extension can help you to find the path to additional resources | |
| datatype_class | ( | $ | datatype, |
| $ | className | ||
| ) |
datatype include function for pre eZ Publish 4.0.
Definition at line 37 of file ezincludefunctions.php.
| ext_activate | ( | $ | extension, |
| $ | name | ||
| ) |
Activates the file named $name in extension $extension note This works similar to include_once() meaning that it's included one time.
Definition at line 132 of file ezincludefunctions.php.
| ext_class | ( | $ | extension, |
| $ | name | ||
| ) |
Activates the file named $name in extension $extension note This works similar to include_once() meaning that it's included one time.
Definition at line 145 of file ezincludefunctions.php.
| ext_include | ( | $ | extension, |
| $ | name | ||
| ) |
Includes the file named $name in extension $extension note This works similar to include() meaning that it always includes the file.
Definition at line 120 of file ezincludefunctions.php.
| extension_path | ( | $ | extension, |
| $ | withWWWDir = false, |
||
| $ | withHost = false, |
||
| $ | withProtocol = false |
||
| ) |
Loose extension path function for include use originally from ezextension.php.
Definition at line 49 of file ezincludefunctions.php.
| isExtension | ( | $ | path | ) |
| string | $path | Path to check. |
Definition at line 107 of file ezincludefunctions.php.
| kernel_class | ( | $ | name | ) |
kernel class include function for pre eZ Publish 4.0.
Definition at line 181 of file ezincludefunctions.php.
| kernel_common | ( | $ | name | ) |
kernel/common files include function for pre eZ Publish 4.0.
Definition at line 25 of file ezincludefunctions.php.
| kernel_include | ( | $ | name | ) |
kernel files include function for pre eZ Publish 4.0.
Definition at line 14 of file ezincludefunctions.php.
| lib_class | ( | $ | libName, |
| $ | name | ||
| ) |
lib class include function for pre eZ Publish 4.0.
Definition at line 169 of file ezincludefunctions.php.
| lib_include | ( | $ | libName, |
| $ | name | ||
| ) |
lib include function for pre eZ Publish 4.0.
Definition at line 158 of file ezincludefunctions.php.
| nameFromPath | ( | $ | path | ) |
eZExtension::nameFromPath( __FILE__ ) executed in any file of an extension can help you to find the path to additional resources
| $path | Path to check. |
Definition at line 89 of file ezincludefunctions.php.