예제 #1
0
파일: Tag.php 프로젝트: app-dev-ru/lingnote
 public static function myTags()
 {
     return Tag::findAll(['user_id' => Yii::$app->user->id]);
 }