PHP Class Bitpay\Config\Configuration

If you update this file to add new settings, please make sure you update the documentation as well.
See also: http://symfony.com/doc/current/components/config/definition.html
Inheritance: implements Symfony\Component\Config\Definition\ConfigurationInterface
Datei anzeigen Open project: bitpay/php-client

Public Methods

Method Description
getConfigTreeBuilder ( )

Protected Methods

Method Description
addKeyStorageNode ( ) Adds the key_storage node with validation rules

Method Details

addKeyStorageNode() protected method

key_storage MUST: * implement Bitpay\Storage\StorageInterface * be a class that can be loaded
protected addKeyStorageNode ( )

getConfigTreeBuilder() public method