예제 #1
0
 function roleclass()
 {
     parent::__construct();
 }
예제 #2
0
 function catalogclass()
 {
     parent::__construct();
 }
예제 #3
0
 function userclass()
 {
     parent::__construct();
     $this->TypeOfUser = new TypeOfUser();
     $this->UserStatus = new UserStatus();
 }