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

public __construct ( pocketmine\command\CommandSender $sender, string $command )
$sender pocketmine\command\CommandSender
$command string
 /**
  * @param CommandSender $sender
  * @param string        $command
  */
 public function __construct(CommandSender $sender, $command)
 {
     parent::__construct($sender, $command);
 }