UNB Components Code Reference

UnbLog::FindByFilterInternal method

Finds log entries by their properties. For internal use only.

private static function UnbLog::FindByFilterInternal ($filters, $countOnly, $resolveUsers = false, $parseData = false);

Parameters

filters

(array) Array of filter array parameters - TODO: documentation

countOnly

(int) true to count the events, false to return their full data

resolveUsers  –  optional, default: false

(bool) Specifies whether the UserId column is resolved into a UserName column containing the users' display names.

parseData  –  optional, default: false

(bool) Specifies whether the Data part is parsed into an array.

Return value

(array) Array of log entries.

Exceptions thrown

InvalidArgumentException 

On invalid argument type or value.

UnbDatabaseException No description available.

Member of class: UnbLog

Implementation file: log.class.php, line 334

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.