public function __construct($aOptions, $oTemplate = false) { $this->MODULE = 'bx_persons'; parent::__construct($aOptions, $oTemplate); }
public function __construct($aOptions, $oTemplate = false) { parent::__construct($aOptions, $oTemplate); $this->_sManageType = 'moderation'; }
protected function _getCellLogged($mixedValue, $sKey, $aField, $aRow) { return parent::_getCellDefault(bx_time_js($mixedValue), $sKey, $aField, $aRow); }
protected function _getDataSql($sFilter, $sOrderField, $sOrderDir, $iStart, $iPerPage) { $this->_aOptions['source'] .= $this->_oModule->_oDb->prepare(" AND `tp`.`account_id`=?", getLoggedId()); return parent::_getDataSql($sFilter, $sOrderField, $sOrderDir, $iStart, $iPerPage); }