Jarves\Configuration\ThemeLayout::setDoctype PHP Метод

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

public setDoctype ( string $doctype )
$doctype string
    public function setDoctype($doctype)
    {
        $this->doctype = $doctype;
    }