コード例 #1
0
ファイル: user.php プロジェクト: ppantilla/bbninja
 public function __construct(SocialAlbums $lib)
 {
     $this->user = FD::user($lib->uid);
     parent::__construct($lib);
 }
コード例 #2
0
ファイル: group.php プロジェクト: knigherrant/decopatio
 public function __construct(SocialAlbums $lib)
 {
     $this->group = FD::group($lib->uid);
     parent::__construct($lib);
 }