lithium\core\Object::$_autoConfig
Holds an array of values that should be processed on initialization. Each value should have
a matching protected property (prefixed with _) defined in the class. If the property is
an array, the property name should be the key and the value should be 'merge'. See the
_init() method for more details.
Source
protected $_autoConfig = array();