for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace FreedomCore\TrinityCore\Console\Commands;
use FreedomCore\TrinityCore\Console\Abstracts\BaseCommand;
/**
* Class LFG
* @package FreedomCore\TrinityCore\Console\Commands
* @codeCoverageIgnore
*/
class LFG extends BaseCommand
{
* Show information about current LFG queues
* @return array|string
public function queue()
return $this->executeCommand(__FUNCTION__, get_defined_vars());
}
* Cleans current queue, only for DEBUG
public function clean()
* Shows current LFG options.
* IF value is set, updates existing value.
* @param string $value
public function options($value = '')