Ejemplo n.º 1
0
 public function behaviors()
 {
     $behaviors = ArrayHelper::merge(parent::behaviors(), ['category' => ['class' => CategoryBehavior::className(), 'route' => '/catalog/default/index']]);
     return $behaviors;
 }
Ejemplo n.º 2
0
 public function behaviors()
 {
     $behaviors = ArrayHelper::merge(parent::behaviors(), ['category' => ['class' => CategoryBehavior::className()]]);
     return $behaviors;
 }