PHP Class RMS\PushNotificationsBundle\DependencyInjection\Configuration

Inheritance: implements Symfony\Component\Config\Definition\ConfigurationInterface
Show file Open project: richsage/RMSPushNotificationsBundle

Protected Properties

Property Type Description
$root Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition

Public Methods

Method Description
getConfigTreeBuilder ( ) : Symfony\Component\Config\Definition\Builder\TreeBuilder Generates the configuration tree builder.

Protected Methods

Method Description
addAndroid ( ) Android configuration
addBlackberry ( ) Blackberry configuration
addMac ( ) Mac configuration
addWindowsphone ( ) Windows Phone configuration
addiOS ( ) iOS configuration

Private Methods

Method Description
addApple ( $os ) Generic Apple Configuration

Method Details

addAndroid() protected method

Android configuration
protected addAndroid ( )

addBlackberry() protected method

Blackberry configuration
protected addBlackberry ( )

addMac() protected method

Mac configuration
protected addMac ( )

addWindowsphone() protected method

Windows Phone configuration
protected addWindowsphone ( )

addiOS() protected method

iOS configuration
protected addiOS ( )

getConfigTreeBuilder() public method

Generates the configuration tree builder.
public getConfigTreeBuilder ( ) : Symfony\Component\Config\Definition\Builder\TreeBuilder
return Symfony\Component\Config\Definition\Builder\TreeBuilder The tree builder

Property Details

$root protected property

protected ArrayNodeDefinition,Symfony\Component\Config\Definition\Builder $root
return Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition