|
Previous Class |
Solar_Class_Stack |
Next Page |
Solar_Class_Stack
Stack for loading classes from user-defined hierarchies.
As you add classes to the stack, they are searched-for first when you call [[Solar_Stack_Class::load()]].
Catalog
This class is part of the Solar package.
Inheritance:
- Solar_Base
- Solar_Class_Stack
Constants
None.
Public Properties
The Solar_Class_Stack class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_Class_Stack class.
You can also view the list of all public, protected, and private methods.
__construct()- Constructor.
__destruct()- Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
add()- Adds one or more classes to the stack.
apiVersion()- Reports the API version for this class.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
get()- Gets a copy of the current stack.
load()- Loads a class using the class stack prefixes.
locale()- Looks up class-specific locale strings based on a key.
set()- Clears the stack and adds one or more classes.