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