lib/ezutils/classes/ezmodulefunctioninfo.php
File containing the eZModuleFunctionInfo class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZModuleFunctionInfo
Package: lib
File containing the eZModuleFunctionInfo class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants
Properties
Methods

callClassMethod(
$methodName, $classObject, $parameterArray
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $methodName | ||
| $classObject | ||
| $parameterArray |

execute(
$functionName, $functionParameters
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $functionName | ||
| $functionParameters |

executeClassMethod(
$className, $methodName, $functionParameterDefinitions, $functionParameters
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $className | ||
| $methodName | ||
| $functionParameterDefinitions | ||
| $functionParameters |

isParameterArray(
$functionName, $parameterName
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $functionName | ||
| $parameterName |