FOF30\Generator\Command\Command::out PHP Метод

out() защищенный Метод

Proxy the out() call to the application
protected out ( string $content ) : JApplicationCli
$content string Outputs some text on the console
Результат JApplicationCli
    protected function out($content)
    {
        /** @var \FofApp $app */
        $app = JFactory::getApplication();
        return $app->out($content);
    }