Example #1
0
 public function __construct(SocialAlbums $lib)
 {
     $this->user = FD::user($lib->uid);
     parent::__construct($lib);
 }
Example #2
0
 public function __construct(SocialAlbums $lib)
 {
     $this->group = FD::group($lib->uid);
     parent::__construct($lib);
 }