ShortNameLocator
in
Short name locator interface
Table of Contents
Methods
- getClassName() : string
- Return full class name for a named helper
- isLoaded() : bool
- Whether or not a Helper by a specific name
- load() : string
- Load a helper via the name provided
Methods
getClassName()
Return full class name for a named helper
public
getClassName(string $name) : string
Parameters
- $name : string
Return values
stringisLoaded()
Whether or not a Helper by a specific name
public
isLoaded(string $name) : bool
Parameters
- $name : string
Return values
boolload()
Load a helper via the name provided
public
load(string $name) : string
Parameters
- $name : string