Zend Framework
1.12
|
Public Member Functions | |
__construct ($options) | |
Constructor. | |
initDefaultResourceTypes () | |
Initialize default resource types for module resource classes. | |
![]() | |
__construct ($options) | |
Constructor. | |
__call ($method, $args) | |
Overloading: methods. | |
getClassPath ($class) | |
Helper method to calculate the correct class path. | |
autoload ($class) | |
Attempt to autoload a class. | |
setOptions (array $options) | |
Set class state from options. | |
setNamespace ($namespace) | |
Set namespace that this autoloader handles. | |
getNamespace () | |
Get namespace this autoloader handles. | |
setBasePath ($path) | |
Set base path for this set of resources. | |
getBasePath () | |
Get base path to this set of resources. | |
addResourceType ($type, $path, $namespace=null) | |
Add resource type. | |
addResourceTypes (array $types) | |
Add multiple resources at once. | |
setResourceTypes (array $types) | |
Overwrite existing and set multiple resource types at once. | |
getResourceTypes () | |
Retrieve resource type mappings. | |
hasResourceType ($type) | |
Is the requested resource type defined? | |
removeResourceType ($type) | |
Remove the requested resource type. | |
clearResourceTypes () | |
Clear all resource types. | |
setDefaultResourceType ($type) | |
Set default resource type to use when calling load() | |
getDefaultResourceType () | |
Get default resource type to use when calling load() | |
load ($resource, $type=null) | |
Object registry and factory. | |
Additional Inherited Members | |
![]() | |
$_basePath | |
$_components = array() | |
$_defaultResourceType | |
$_namespace | |
$_resourceTypes = array() | |
__construct | ( | $options | ) |
initDefaultResourceTypes | ( | ) |
Initialize default resource types for module resource classes.