You are here

private property HamlParser::$filterDir in Sassy 7

* * specified this dirctory will be searched before PHamlP looks for the filter * in it's collection. This allows the default filters to be overridden and * new filters to be installed. Note: No trailing directory separator.

Type: string Path to the directory containing user defined filters. If

File

phamlp/haml/HamlParser.php, line 227

Class

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

Code

private $filterDir;