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