function __construct($attrs)
 {
     parent::__construct($attrs);
     // get external server type
     $this->extServerType = $this->CI->model('custom/ExtIntegrationConfigVerb')->getExtServerType();
     // set up Ajax handler
     $this->setAjaxHandlers(array('get_sr_list_ajax_endpoint' => array('method' => 'handleGetSRListAjaxEndpoint', 'clickstream' => 'custom_action')));
 }
Exemple #2
0
 function __construct($attrs)
 {
     parent::__construct($attrs);
 }