Cilex\Command\DemoInfoCommand::configure PHP Méthode

configure() protected méthode

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        $this->setName('demo:info')->setDescription('Get Application Information');
    }
DemoInfoCommand