Kirby\Cli\Command\Plugin::description PHP 메소드

description() 보호된 메소드

Get the plugin description
protected description ( )
    protected function description()
    {
        return isset($this->info['description']) ? $this->info['description'] : '-';
    }