MetaModels\FrontendIntegration\FrontendFilter::generateModule PHP Метод

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

Render a module.
protected generateModule ( string $content, string $replace, integer $moduleId ) : string
$content string The html content in which to replace.
$replace string The string within the html to be replaced.
$moduleId integer The id of the module to be inserted for the replace string.
Результат string
    protected function generateModule($content, $replace, $moduleId)
    {
        return $this->generateElement('tl_module', $content, $replace, $moduleId);
    }