コード例 #1
0
ファイル: User.php プロジェクト: portrino/px_hybrid_auth
 function __construct()
 {
     parent::__construct();
     $this->profile = new Profile();
 }
コード例 #2
0
ファイル: User.php プロジェクト: kalypso63/px_hybrid_auth
 function __construct()
 {
     parent::__construct();
     $this->profile = new PxHybridAuth_Hybrid_User_Profile();
 }