コード例 #1
0
ファイル: Follow.php プロジェクト: rhosocial/rho.social
 public function init()
 {
     $this->attachUserClass();
     $this->relationType = static::$relationSingle;
     $this->multiBlamesClass = FollowGroup::className();
     parent::init();
 }
コード例 #2
0
 public function actionIndex()
 {
     return $this->render('index', ['groups' => FollowGroup::findByIdentity()->all()]);
 }