pocketmine\command\CommandMap::dispatch PHP Method

dispatch() public method

public dispatch ( pocketmine\command\CommandSender $sender, string $cmdLine ) : boolean
$sender pocketmine\command\CommandSender
$cmdLine string
return boolean
    public function dispatch(CommandSender $sender, $cmdLine);