Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $this->setBusiness(new GroupBusiness());
 }
Beispiel #2
0
 function __construct()
 {
     $this->setBusiness(new UserBusiness());
     parent::__construct();
 }