Joli\ArDrone\Control\AtCommand::__construct PHP Метод

__construct() публичный Метод

public __construct ( $sequence, $type, $args )
    public function __construct($sequence, $type, $args)
    {
        $this->args = $args;
        $this->type = $type;
        $this->sequence = $sequence;
    }