예제 #1
0
파일: Profile.php 프로젝트: phpffcms/ffcms
 /**
  * Get user identity for current object
  * @return User|null
  */
 public function User()
 {
     return User::identity($this->user_id);
 }