예제 #1
0
파일: user.php 프로젝트: ppantilla/bbninja
 public function __construct(SocialAlbums $lib)
 {
     $this->user = FD::user($lib->uid);
     parent::__construct($lib);
 }
예제 #2
0
 public function __construct(SocialAlbums $lib)
 {
     $this->group = FD::group($lib->uid);
     parent::__construct($lib);
 }