API documentation :: Docs For Class arbitModuleDefinitionLocator
Packages:Interfaces:
Classes:
|
Core::Module::arbitModuleDefinitionLocatorClass arbitModuleDefinitionLocatorModule locator, which finds and loads module definitions Module locator, which finds and loads module definitions
Member Variables
Method Summary
MethodsfindModuleClass
string
findModuleClass(
string
$moduleName
)
Find the module definition class in the filesystem. Find the module definition class in the filesystem. Locates the file using either the defined conventions or the exception list, and includes the definitions. The checks if the class has been defined, and returns the module definition class name, if successfully found. Parameters:
getClassName
string
getClassName(
string
$moduleName
)
Get classname for module definition class Get classname for module definition class Get the class name for a module name either from the exception list, if defined there, or by creating the name matching the convention, which is arbitModule<Name>Definition Parameters:
getFileName
string
getFileName(
string
$moduleName
)
Get filename for module definition file Get the file name for a module name either from the exception list, if defined there, or by creating the path matching the convention, which points to modules/<name>/definition. Get filename for module definition file Get the file name for a module name either from the exception list, if defined there, or by creating the path matching the convention, which points to modules/<name>/definition.php. Parameters:
setModuleClassName
void
setModuleClassName(
string
$moduleName
, string
$moduleClassName
)
Set exception for module class name Set the definition class name for a module, which does not obey the defined naming scheme for module definition classes. Set exception for module class name Set the definition class name for a module, which does not obey the defined naming scheme for module definition classes. Parameters:
setModuleFileName
void
setModuleFileName(
string
$moduleName
, string
$moduleFileName
)
Set exception for module file name Set the definition file name for a module, which does not obey the defined naming scheme for module definition filees. Set exception for module file name Set the definition file name for a module, which does not obey the defined naming scheme for module definition filees. Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:02 +0200 by phpDocumentor 1.4.3
|