Exemplo n.º 1
0
 public function init()
 {
     $this->attachUserClass();
     $this->relationType = static::$relationSingle;
     $this->multiBlamesClass = FollowGroup::className();
     parent::init();
 }
Exemplo n.º 2
0
 public function actionIndex()
 {
     return $this->render('index', ['groups' => FollowGroup::findByIdentity()->all()]);
 }