PHPPM\Commands\ConfigCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('config')->setDescription('Configure ppm.json in current folder');
        $this->configurePPMOptions($this);
    }