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);
    }