Phue\Command\CreateSensor::__construct PHP Method

__construct() public method

Constructs a command
public __construct ( string $name = null )
$name string Name
    public function __construct($name = null)
    {
        $this->name($name);
    }