Kirby\Cli\Command\Plugin::author PHP Method

author() protected method

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