Example #1
0
 public function actionSetRelated()
 {
     $this->item->getRelatedBehavior()->setActive($this->relatedItem->primaryKey, Yii::$app->request->post('status'));
 }