FakerApplication::getDefaultCommands PHP Méthode

getDefaultCommands() protected méthode

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $defaultCommands = parent::getDefaultCommands();
        $defaultCommands[] = new \Bit3\FakerCli\Command\GenerateCommand();
        return $defaultCommands;
    }