Joli\ArDrone\Navdata\Option::__construct PHP Method

__construct() public method

public __construct ( $idOption, Buffer $buffer )
$buffer Joli\ArDrone\Buffer\Buffer
    public function __construct($idOption, Buffer $buffer)
    {
        $this->buffer = $buffer;
        $this->idOption = $idOption;
        $this->data = [];
        $this->name = self::$optionIds[$idOption];
        $this->processOption();
    }