Previous Page
Properties

Solar_Docs_Apiref
Methods

Next Page
__construct()

Methods

Public

__construct()
Constructor.
__destruct()
Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
addClass()
Adds a class to the API docs.
addFiles()
Adds classes from a file hierarchy.
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.
locale()
Looks up class-specific locale strings based on a key.

Protected

_addConstants()
Adds the constant reflections for a given class.
_addMethods()
Adds the method reflections for a given class.
_addParents()
Adds the inheritance hierarchy for a given class.
_addProperties()
Adds the property reflections for a given class.
_exception()
Convenience method for returning exceptions with localized text.
_getParameters()
Returns the parameters for a ReflectionMethod.
_isInheritedMethod()
Reports the class, if any, a method is inherited from and identical to.
_isInheritedProperty()
Reports the class, if any, a property is inherited from and identical to.
_log()
Saves a message to the log.

Private

None.