Cilex\Command\DemoInfoCommand::configure PHP 메소드

configure() 보호된 메소드

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