예제 #1
0
파일: Roles.php 프로젝트: pc-brainy/blitz
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRoleType()
 {
     return $this->hasOne(RoleTypes::className(), ['id' => 'role_type_id']);
 }