public offsetExists (mixed $index) Allows to check whether an attribute is defined using the array-syntax
extends class Phalcon\Config implements
public offsetUnset (mixed $index) Unsets an attribute using the array-syntax
public offsetGet (mixed $index) Gets an attribute using the array-syntax
public merge (Phalcon\Config $config) Merges
public count () Returns the count of properties set in the config
public toArray () Converts recursively the object to an array
public static __set_state (array $data) Restores the state of a Phalcon\Config object
Page 1 of 2