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