Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->sobuilding = CreateObject('booking.sobuilding');
     $this->soorganization = CreateObject('booking.soorganization');
     $this->soresource = CreateObject('booking.soresource');
     $this->soevent = CreateObject('booking.soevent');
 }
 function __construct()
 {
     parent::__construct();
     $this->so = CreateObject('booking.sobuilding');
 }
 function __construct()
 {
     parent::__construct();
     $this->sopermission = $this->create_permission_storage();
 }
 function __construct()
 {
     parent::__construct();
     $this->so = CreateObject('booking.sodocumentation');
 }
 function __construct()
 {
     parent::__construct();
     $this->so = CreateObject('booking.socompleted_reservation_export');
 }
 function __construct()
 {
     parent::__construct();
     $this->so = CreateObject('booking.socontactperson');
 }
 function __construct()
 {
     parent::__construct();
     $this->so = CreateObject('booking.sosystem_message');
 }
 function __construct()
 {
     parent::__construct();
     $this->so = new booking_soapplication_association();
 }