コード例 #1
0
ファイル: Pbnp.php プロジェクト: bhirsch/civicrm
 function postProcess()
 {
     // get the acl clauses built before we assemble the query
     $this->buildACLClause($this->_aliases['civicrm_contact']);
     parent::PostProcess();
 }