Pimcore\Controller\Plugin\EuCookieLawNotice::getTemplateCode PHP Метод

getTemplateCode() публичный Метод

public getTemplateCode ( ) : string
Результат string
    public function getTemplateCode()
    {
        if (!$this->templateCode) {
            $this->templateCode = file_get_contents(__DIR__ . "/EuCookieLawNotice/template.html");
        }
        return $this->templateCode;
    }