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