Phue\Command\CreateUser::__construct PHP Method

__construct() public method

Instantiates a create user command
public __construct ( string $deviceType = self::DEFAULT_DEVICE_TYPE )
$deviceType string Device type
    public function __construct($deviceType = self::DEFAULT_DEVICE_TYPE)
    {
        $this->setDeviceType($deviceType);
    }