Fakerino\Core\Console\FakeConsole::getParameters PHP Méthode

getParameters() private méthode

private getParameters ( )
    private function getParameters()
    {
        $this->json = $this->getParam('-j');
        $this->num = $this->getParam('-n', true);
        $this->confFile = $this->getParam('-c', true);
        $this->locale = $this->getParam('-l', true);
        $this->help = $this->getParam('-h');
        $this->table = $this->getParam('-t', true);
        $this->templateSource = $this->getParam('-s', true);
    }