public offsetExists (mixed $index) Allows to check whether an attribute is defined using the array-syntax
extends class Phalcon\Config implements
public merge (Phalcon\Config $config) Merges
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 get (mixed $index, [mixed $defaultValue]) Gets an attribute from the configuration, if the attribute
public toArray () Converts recursively the object to an array
Page 1 of 2