ApiGen\Console\Command\SelfUpdateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('self-update')->setAliases(['selfupdate'])->setDescription('Updates apigen.phar to the latest available version');
    }