예제 #1
0
파일: Group.php 프로젝트: jy02511876/wiiphp
 public function getType()
 {
     return $this->hasOne(Type::className(), ['id' => 'type_id']);
 }