Previous Page
Constants

Solar
Properties

Next Page
Methods

Properties

Public

$config

(static array) The values read in from the configuration file.

$include

(static string) A single directory to use for all autoload includes.

$parents

(static array) Parent hierarchy for all classes.

We keep track of this so configs, locale strings, etc. can be inherited properly from parent classes.

Although this property is public, you generally shouldn't need to manipulate it in any way.

$system

(static string) The Solar system root directory.

Protected

$_Solar

(static array) Default config values for the Solar arch-class.

Keys are:

ini_set
(array) An array of key-value pairs where the key is an ini_set key, and the value is the value for that setting.
registry_set
(array) An array of key-value pairs to use in pre-setting registry objects. The key is a registry name to use. The value is either a string class name, or is a sequential array where element 0 is a string class name and element 1 is a configuration array for that class. Cf. Solar_Registry::set().
start
(array) Run these scripts at the end of Solar::start().
stop
(array) Run these scripts in Solar::stop().

$_status

(static bool) Status flag (whether Solar has started or not).

Private

None.