Finds log entries by their properties. For internal use only.
private static function UnbLog::FindByFilterInternal ($filters, $countOnly, $resolveUsers = false, $parseData = false);
(array) Array of filter array parameters - TODO: documentation
(int) true to count the events, false to return their full data
(bool) Specifies whether the UserId column is resolved into a UserName column containing the users' display names.
(bool) Specifies whether the Data part is parsed into an array.
(array) Array of log entries.
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.