Jyxo\HtmlTag::setContentOnly PHP Метод

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

Sets if only the contents should be rendered.
public setContentOnly ( boolean $contentOnly ) : selfs
$contentOnly boolean Should only the contents be rendered
Результат selfs
    public function setContentOnly(bool $contentOnly) : selfs
    {
        $this->contentOnly = $contentOnly;
        return $this;
    }