Element index for package Koowa_Service
[ a ]
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ u ]
[ _ ]
_
- $_aliases
- in file service.php, variable KService::$_aliases
The identifier aliases
- $_configs
- in file service.php, variable KService::$_configs
The configs
- $_identifiers
- in file service.php, variable KService::$_identifiers
The identifier registry
- $_mixins
- in file service.php, variable KService::$_mixins
The mixins
- $_services
- in file service.php, variable KService::$_services
The services
- _instantiate
- in file service.php, method KService::_instantiate()
Get an instance of a class based on a class identifier
- _mixin
- in file service.php, method KService::_mixin()
Perform the actual mixin of all registered mixins with an object
- __clone
- in file service.php, method KService::__clone()
Clone
- __construct
- in file service.php, method KService::__construct()
Constructor
- $_application
- in file identifier.php, variable KServiceIdentifier::$_application
The application name
- $_applications
- in file identifier.php, variable KServiceIdentifier::$_applications
An associative array of application paths
- $_basepath
- in file identifier.php, variable KServiceIdentifier::$_basepath
The base path
- $_cache
- in file registry.php, variable KServiceIdentifierRegistry::$_cache
Cache
- $_cache_prefix
- in file registry.php, variable KServiceIdentifierRegistry::$_cache_prefix
Cache Prefix
- $_classname
- in file identifier.php, variable KServiceIdentifier::$_classname
The classname
- $_filepath
- in file identifier.php, variable KServiceIdentifier::$_filepath
The file path
- $_identifier
- in file identifier.php, variable KServiceIdentifier::$_identifier
The identifier
- $_locators
- in file identifier.php, variable KServiceIdentifier::$_locators
Associative array of identifier adapters
- $_name
- in file identifier.php, variable KServiceIdentifier::$_name
The identifier object name
- $_package
- in file identifier.php, variable KServiceIdentifier::$_package
The identifier package
- $_path
- in file identifier.php, variable KServiceIdentifier::$_path
The identifier path
- $_type
- in file identifier.php, variable KServiceIdentifier::$_type
The identifier type [com|plg|mod]
- __construct
- in file identifier.php, method KServiceIdentifier::__construct()
Constructor
- __get
- in file identifier.php, method KServiceIdentifier::__get()
Implements access to virtual properties by reference so that it appears to be a public property.
- __isset
- in file identifier.php, method KServiceIdentifier::__isset()
This function checks if a virtual property is set.
- __set
- in file identifier.php, method KServiceIdentifier::__set()
Implements the virtual class properties
- __toString
- in file identifier.php, method KServiceIdentifier::__toString()
Formats the indentifier as a [application::]type.package.[.path].name string
- __toString
- in file interface.php, method KServiceIdentifierInterface::__toString()
Formats the indentifier as a [application::]type.component.[.path].name string
- $_type
- in file plugin.php, variable KServiceLocatorPlugin::$_type
The type
- $_type
- in file module.php, variable KServiceLocatorModule::$_type
The type
- $_type
- in file koowa.php, variable KServiceLocatorKoowa::$_type
The type
- $_type
- in file component.php, variable KServiceLocatorComponent::$_type
The type
- $_type
- in file abstract.php, variable KServiceLocatorAbstract::$_type
The type
top
top
top
top
f
- findClass
- in file module.php, method KServiceLocatorModule::findClass()
Get the classname based on an identifier
- findClass
- in file plugin.php, method KServiceLocatorPlugin::findClass()
Get the classname based on an identifier
- findClass
- in file component.php, method KServiceLocatorComponent::findClass()
Get the classname based on an identifier
- findClass
- in file koowa.php, method KServiceLocatorKoowa::findClass()
Get the classname based on an identifier
- findClass
- in file interface.php, method KServiceLocatorInterface::findClass()
Get the classname based on an identifier
- findPath
- in file plugin.php, method KServiceLocatorPlugin::findPath()
Get the path based on an identifier
- findPath
- in file component.php, method KServiceLocatorComponent::findPath()
Get the path based on an identifier
- findPath
- in file module.php, method KServiceLocatorModule::findPath()
Get the path based on an identifier
- findPath
- in file interface.php, method KServiceLocatorInterface::findPath()
Get the path based on an identifier
- findPath
- in file koowa.php, method KServiceLocatorKoowa::findPath()
Get the path based on an identifier
top
g
- get
- in file service.php, method KService::get()
Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
- get
- in file interface.php, method KServiceInterface::get()
Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
- getAlias
- in file service.php, method KService::getAlias()
Get an alias for an identifier
- getAlias
- in file interface.php, method KServiceInterface::getAlias()
Get an alias for an identifier
- getAliases
- in file interface.php, method KServiceInterface::getAliases()
Get a list of aliasses
- getAliases
- in file service.php, method KService::getAliases()
Get a list of aliasses
- getConfig
- in file service.php, method KService::getConfig()
Get the configuration options for an identifier
- getConfig
- in file interface.php, method KServiceInterface::getConfig()
Get the configuration options for an identifier
- getConfigs
- in file interface.php, method KServiceInterface::getConfigs()
Get the configuration options for all the identifiers
- getConfigs
- in file service.php, method KService::getConfigs()
Get the configuration options for all the identifiers
- getIdentifier
- in file interface.php, method KServiceInterface::getIdentifier()
Returns an identifier object.
- getIdentifier
- in file service.php, method KService::getIdentifier()
Returns an identifier object.
- getInstance
- in file service.php, method KService::getInstance()
Force creation of a singleton
- getInstance
- in file instantiatable.php, method KServiceInstantiatable::getInstance()
Get the object identifier
- getMixins
- in file service.php, method KService::getMixins()
Get the mixins for an identifier
- getMixins
- in file interface.php, method KServiceInterface::getMixins()
Get the mixins for an identifier
- getApplication
- in file identifier.php, method KServiceIdentifier::getApplication()
Get an application path
- getApplications
- in file identifier.php, method KServiceIdentifier::getApplications()
Get a list of applications
- getCachePrefix
- in file registry.php, method KServiceIdentifierRegistry::getCachePrefix()
Get the cache prefix
- getLocators
- in file identifier.php, method KServiceIdentifier::getLocators()
Get the registered adapters
- getType
- in file interface.php, method KServiceLocatorInterface::getType()
Get the type
- getType
- in file abstract.php, method KServiceLocatorAbstract::getType()
Get the type
top
h
- has
- in file service.php, method KService::has()
Check if the object instance exists based on the identifier
- has
- in file interface.php, method KServiceInterface::has()
Check if the object instance exists based on the identifier
top
top
k
- KService
- in file service.php, class KService
Service Class
- KServiceContainer
- in file container.php, class KServiceContainer
Service Container Class
- KServiceException
- in file exception.php, class KServiceException
Service Exception class
- KServiceInstantiatable
- in file instantiatable.php, class KServiceInstantiatable
Service Instantiatable Interface
- KServiceInterface
- in file interface.php, class KServiceInterface
Factory Interface
- KServiceIdentifier
- in file identifier.php, class KServiceIdentifier
Service Identifier
- KServiceIdentifierException
- in file exception.php, class KServiceIdentifierException
Service Identifier Exception class
- KServiceIdentifierInterface
- in file interface.php, class KServiceIdentifierInterface
Service Identifier interface
- KServiceIdentifierRegistry
- in file registry.php, class KServiceIdentifierRegistry
Service Identifier Registry Class
- KServiceLocatorAbstract
- in file abstract.php, class KServiceLocatorAbstract
Service Abstract Locator
- KServiceLocatorComponent
- in file component.php, class KServiceLocatorComponent
Locator Adapter for a component
- KServiceLocatorException
- in file exception.php, class KServiceLocatorException
Service Locator Exception class
- KServiceLocatorInterface
- in file interface.php, class KServiceLocatorInterface
Service Locator Interface
- KServiceLocatorKoowa
- in file koowa.php, class KServiceLocatorKoowa
Service Locator for the Koowa framework
- KServiceLocatorModule
- in file module.php, class KServiceLocatorModule
Service Locator for a plugin
- KServiceLocatorPlugin
- in file plugin.php, class KServiceLocatorPlugin
Service Locator for a plugin
- koowa.php
- procedural page koowa.php
top
top
top
top
top
top
top
|
|