[Ismo.Core.Loaders] element index

Package indexes

All elements
a f g i o s _
_
top
$_allMethods
Apply to all methods or only a selected amount of methods indicator.
$_allStates
Apply to all states or only a selected amount of states indicator.
$_extension
The file extension to add to the requested file when searching in the file system for it.
$_files
The configured files.
$_interceptor
The interceptor instance which will be applied.
$_interceptors
The configured interceptors.
$_methods
The methods to apply this interceptor to.
$_path
The path to the direction from where the files will be searched from.
$_postfix
The postfix which will be appended to the end of the requested file when searching in the file system.
$_prefix
The prefix which will be added in front of the requested file when searching in the file system.
$_stateLoader
The loader to use when loading the states
$_states
The states to apply this interceptor to.
a
top
addFile
Adds one file.
addInterceptor
Adds an interceptor.
applyToState
Determines if this inteceptor should be applied to the given state-method combination.
f
top
FileSystem.php
FileSystem.php in FileSystem.php
findFile
Returns the full path to a file found from PHP's include path.
findFile
Returns the full path to a file from the configured path using possible set prefix, postfix and extension if it exists.
g
top
getInstance
Returns an instance of the requested class.
getInstance
Loads, creates and returns an instance of the requested class.
getInstance
Loads, creates and returns an instance of the requested class.
i
top
IncludePath.php
IncludePath.php in IncludePath.php
Interceptor.php
Interceptor.php in Interceptor.php
Ismo_Core_Loaders_FileSystem
The constructor.
Ismo_Core_Loaders_FileSystem
This loader loads files from the file system.
Ismo_Core_Loaders_IncludePath
The constructor.
Ismo_Core_Loaders_IncludePath
This loader loads files from PHP's include path.
Ismo_Core_Loaders_Interceptor
The constructor
Ismo_Core_Loaders_Interceptor
A loader which makes it possible to apply AOP interceptors to state classes.
Ismo_Core_Loaders_Interceptor_InterceptorConfiguration
The constructor.
Ismo_Core_Loaders_Interceptor_InterceptorConfiguration
One interceptor's configuration.
o
top
openFile
Tries to open a file if it's found from PHP's include path.
openFile
Tries to open a file from the configured path using possible set prefix, postfix and extension.
s
top
setExtension
Sets the file extension to use.
setPath
Sets the path which controls in which directory in the file system the files are looked for.
setPostfix
Sets the postfix.
setPrefix
Sets the prefix.
setStateLoader
Sets the state loader.
a f g i o s _