Phue\Command\GetLightById::__construct PHP Method

__construct() public method

Constructs a command
public __construct ( integer $lightId )
$lightId integer Light Id
    public function __construct($lightId)
    {
        $this->lightId = (int) $lightId;
    }