AcmePhp\Cli\Command\StatusCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('status')->setDescription('List all the certificates handled by Acme PHP')->setHelp(<<<'EOF'
The <info>%command.name%</info> command list all the certificates stored in the Acme PHP storage.
It also displays useful informations about these such as the certificate validity and issuer.
EOF
);
    }