The ServicesInterface defines the functionality required by any Services class or derivative.
The ServicesInterface defines the functionality required by any Services class or derivative.
Located in /harmoni/core/services/Services.interface.php (line 14)
Class | Description |
---|---|
ServicesAbstract | The ServicesAbstract class defines the public static methods used by users. |
Checks if the service referenced by $name is available for use.
Checks if the service referenced by $name is available for use.
Returns the service object associated with reference name $name.
Returns the service object associated with reference name $name.
Returns the service object associated with reference name $name.
Returns the services object.
Registers a new service.
Registers a new service named $name. Upon starting, a new class of type $class will be instantiated.
Register's an object as a service.
Register's an object as a service.
Registers a new service.
Registers a new service named $name. Upon starting, a new class of type $class will be instantiated.
The Require Service function checks for required service availability.
The function first checks for service availabilty, and then attempts to start the service if it's available. If either action fails, it stops script execution. If $start=false then the function will only check for availability.
Attempts to restart the service reference by $name.
Attempts to restart the service reference by $name.
Attempts to restart the service reference by $name.
Checks if the service referenced by $name has been started.
Checks if the service referenced by $name has been started.
Checks if the service referenced by $name is available for use.
Checks if the service referenced by $name has been started.
Attempts to start the service referenced by $name.
Attempts to start the service referenced by $name.
Cycles through all registered services and attempts to start them.
Cycles through all registered services and attempts to start them.
Attempts to start the service referenced by $name.
Attempts to stop the service reference by $name.
Attempts to stop the service reference by $name.
Attempts to stop all running services.
Attempts to stop all running services.
Attempts to stop the service reference by $name.
Documentation generated on Wed, 19 Sep 2007 10:26:27 -0400 by phpDocumentor 1.3.0RC3