Example #1
0
 /**
  * Initialise the filter with the $vendorPath
  */
 public function init()
 {
     $this->vendorPath = VENDOR_PATH;
     parent::init();
 }
Example #2
0
 /**
  * Initialise the filter with the $vendorClass
  */
 public function init()
 {
     $this->vendorClass = 'CMarkdownParser';
     parent::init();
 }