예제 #1
0
파일: Tags.php 프로젝트: abutouq/video
 /**
  * @return ActiveQuery
  */
 public function getVideoTags()
 {
     return $this->hasMany(VideoTag::className(), ['tag_id' => 'id']);
 }