Moosh\Command\Moodle27\Event\EventFire::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        parent::__construct('fire', 'event');
        $this->addArgument('name');
        $this->addArgument('data');
        //$this->addOption('t|test', 'option with no value');
        //$this->addOption('o|option:', 'option with value and default', 'default');
    }