public function __construct(&$po_request, &$po_response, $pa_view_paths)
 {
     $vo_conf = Configuration::load();
     $this->opo_services_conf = Configuration::load($vo_conf->get("services_config"));
     $this->opb_disable = !$this->opo_services_conf->get("enable_access_control");
     parent::__construct($po_request, $po_response, $pa_view_paths);
 }
 public function __construct($po_request, $po_response, $pa_view_paths)
 {
     $o_conf = Configuration::load(__CA_APP_DIR__ . '/plugins/alhalqaServices/conf/alhalqaServices.conf');
     if (!$o_conf->get('enabled')) {
         die('Plugin is disabled');
     }
     parent::__construct($po_request, $po_response, $pa_view_paths);
 }
예제 #3
0
 public function __construct(&$po_request, &$po_response, $pa_view_paths)
 {
     parent::__construct($po_request, $po_response, $pa_view_paths);
 }
예제 #4
0
 public function __construct($config = null)
 {
     parent::__construct($config);
 }