You are here

public function _HamlTextileFilter::init in Sassy 7

* Child classes must implement this method. * Typically the child class will set $vendorPath and $vendorClass

Overrides HamlBaseFilter::init

2 calls to _HamlTextileFilter::init()
HamlTextileFilter::init in phamlp/Cake/views/filters/HamlTextileFilter.php
* Initialise the filter with the $vendorPath
HamlTextileFilter::init in phamlp/Yii/phamlp/filters/HamlTextileFilter.php
* Initialise the filter with the $vendorPath
2 methods override _HamlTextileFilter::init()
HamlTextileFilter::init in phamlp/Cake/views/filters/HamlTextileFilter.php
* Initialise the filter with the $vendorPath
HamlTextileFilter::init in phamlp/Yii/phamlp/filters/HamlTextileFilter.php
* Initialise the filter with the $vendorPath

File

phamlp/haml/filters/_HamlTextileFilter.php, line 40

Class

_HamlTextileFilter
Textile Filter for {@link http://haml-lang.com/ Haml} class. Parses the text with Textile.

Code

public function init() {
}