phpbb\console\command\reparser\list_all::configure PHP 메소드

configure() 보호된 메소드

Sets the command name and description
protected configure ( ) : null
리턴 null
    protected function configure()
    {
        $this->setName('reparser:list')->setDescription($this->user->lang('CLI_DESCRIPTION_REPARSER_LIST'));
    }