Pimcore\View\Helper\HeadMeta::addRaw PHP Метод

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

public addRaw ( string $html )
$html string
    public function addRaw($html)
    {
        $this->rawItems[] = $html;
        return $this;
    }