Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     $arr = parent::behaviors();
     $arr["manyManySaver"] = ['class' => \common\behaviors\ManyManySaver::className(), 'names' => ['includes']];
     $arr["matchSuitable"] = \common\behaviors\MatchSuitable::className();
     return $arr;
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     $arr = parent::behaviors();
     $arr["matchSuitable"] = \common\behaviors\MatchSuitable::className();
     return $arr;
 }