Finds log entries by their properties.
public static function UnbLog::FindByFilter ($filters, $resolveUsers = false, $parseData = false);
(array) Array of filter array parameters. See FindByFilterInternal for details.
(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.
UnbSecurityException | If not logged in or no administrator. |
InvalidArgumentException | On invalid argument type or value. |
UnbDatabaseException | No description available. |
Must be logged in with administrator privilege. Lesser privileged users are restricted.
Member of class: UnbLog
Implementation file: log.class.php, line 556
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.