Kirby\Cli\Command\Delete::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('delete:' . $this->type)->setDescription($this->description)->addArgument('name', InputArgument::OPTIONAL, 'The name of the ' . $this->type);
    }