Пример #1
0
 function postProcess()
 {
     parent::postProcess();
 }
Пример #2
0
 public function postProcess()
 {
     // get the acl clauses built before we assemble the query
     $this->buildACLClause($this->_aliases['civicrm_contact']);
     parent::postProcess();
 }
Пример #3
0
 function postProcess()
 {
     if (!empty($this->_aclTable) && CRM_Utils_Array::value($this->_aclTable, $this->_aliases)) {
         $this->buildACLClause($this->_aliases[$this->_aclTable]);
     }
     parent::postProcess();
 }
Пример #4
0
 /**
  * Post process function.
  */
 public function postProcess()
 {
     $this->buildACLClause($this->_aliases['civicrm_contact']);
     parent::postProcess();
 }
Пример #5
0
 public function postProcess()
 {
     if (!empty($this->_aclTable) && !empty($this->_aliases[$this->_aclTable])) {
         $this->buildACLClause($this->_aliases[$this->_aclTable]);
     }
     parent::postProcess();
 }
Пример #6
0
 function postProcess()
 {
     $this->buildACLClause(array('contact_civireport', 'civicrm_contact_target', 'civicrm_contact_assignee'));
     parent::postProcess();
 }
Пример #7
0
 public function postProcess()
 {
     $this->_noFields = TRUE;
     parent::postProcess();
 }