FOF30\View\Compiler\Blade::compileEditor PHP Метод

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

Compile the editor statements into valid PHP.
protected compileEditor ( string $expression ) : string
$expression string
Результат string
    protected function compileEditor($expression)
    {
        return '<?php echo JEditor::getInstance($this->container->platform->getConfig()->get(\'editor\', \'tinymce\'))' . '->display' . $expression . '; ?>';
    }