コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->userRoleDao = new UserRoleDAO();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->subscriptionDao = new SubscriptionDAO();
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->languageDao = new LanguageDAO();
 }