You are here

public function HamlTextileFilter::init in Sassy 7

Same name in this branch
  1. 7 phamlp/Cake/views/filters/HamlTextileFilter.php \HamlTextileFilter::init()
  2. 7 phamlp/Yii/phamlp/filters/HamlTextileFilter.php \HamlTextileFilter::init()

* Initialise the filter with the $vendorPath

Overrides _HamlTextileFilter::init

File

phamlp/Cake/views/filters/HamlTextileFilter.php, line 37

Class

HamlTextileFilter
Textile Filter for {@link http://haml-lang.com/ Haml} class. Parses the text with Textile. @package PHamlP @subpackage Yii.filters

Code

public function init() {
  $this->vendorPath = VENDOR_PATH;
  parent::init();
}