TightenCo\Jigsaw\Console\InitCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('init')->setDescription('Scaffold a new Jigsaw project.')->addArgument('name', InputArgument::OPTIONAL, 'Where should we initialize this project?');
    }