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