Example #1
0
 public static function myTags()
 {
     return Tag::findAll(['user_id' => Yii::$app->user->id]);
 }