public offsetExists (mixed $index) Allows to check whether an attribute is defined using the array-syntax
public offsetGet (mixed $index) Gets an attribute using the array-syntax
public offsetUnset (mixed $index) Unsets an attribute using the array-syntax
public count () Returns the count of properties set in the config
public merge (Phalcon\Config $config) Merges
public get (mixed $index, [mixed $defaultValue]) Gets an attribute from the configuration, if the attribute
implements ArrayAccess,
public static __set_state (array $data) Restores the state of a Phalcon\Config object
public toArray () Converts recursively the object to an array
public offsetSet (mixed $index, mixed $value) Sets an attribute using the array-syntax