Beispiel #1
0
 /**
  * @return ActiveQuery
  */
 public function getTagType()
 {
     return $this->hasOne(TagType::className(), ['id' => 'tag_type']);
 }