lithium\core\Adaptable::$_configurations

protected static property

Must always be re-defined in sub-classes. Can provide initial configurations, i.e. 'development' or 'default' along with default options for each.

Example:

array(
 'production' => array(),
 'development' => array(),
 'test' => array()
)

Source

	protected static $_configurations = array();