You are here

private property HamlParser::$doctype in Sassy 7

* * Haml Document is not a built in Doctype this will be used as the Doctype. * This allows Haml to be used for non-(X)HTML documents that are XML compliant. * * * *

Type: string Custom Doctype. If not null and the Doctype declaration in the

See also

doctypes

emptyTags

inlineTags

minimizedAttributes

File

phamlp/haml/HamlParser.php, line 168

Class

HamlParser
HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml

Code

private $doctype;