PHP Class Phue\Command\SetBridgeConfig

Inheritance: implements Phue\Command\CommandInterface
Show file Open project: sqmk/phue Class Usage Examples

Protected Properties

Property Type Description
$config array Config

Public Methods

Method Description
__construct ( array $config ) Constructs a command
send ( Client $client ) Send command

Method Details

__construct() public method

Constructs a command
public __construct ( array $config )
$config array Key/value pair config

send() public method

Send command
public send ( Client $client )
$client Phue\Client Phue Client

Property Details

$config protected property

Config
protected array $config
return array