kernel/common/ezincludefunctions.php
Contains some kernel include functions which was nice to use in extensions prior to autoloading and 4.0.
- Deprecated
- ALL functions in this file is deprecated as of 4.3
- Package
- kernel
Functions
datatype_class(
$datatype, $className
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $datatype | ||
| $className |
extension_path(
$extension, $withWWWDir
=
false, $withHost
=
false, $withProtocol
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $extension | ||
| $withWWWDir | ||
| $withHost | ||
| $withProtocol |
kernel_include(
$name
)
:
voidContains some kernel include functions which was nice to use in extensions prior to autoloading and 4.0.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $name |
- Deprecated
- ALL functions in this file is deprecated as of 4.3
- Package
- kernel