示例#1
0
文件: User.php 项目: Selwyn-b/elefant
 /**
  * Get all social links for the current user.
  * Alias of `user\Link::for_user ($user_id)`
  */
 public function links()
 {
     return user\Link::for_user($this->id);
 }