UNB Components Code Reference

UnbLog::FindByFilter method

Finds log entries by their properties.

public static function UnbLog::FindByFilter ($filters, $resolveUsers = false, $parseData = false);

Parameters

filter

(array) Array of filter array parameters. See FindByFilterInternal for details.

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.

filters

Return value

(array) Array of log entries.

Exceptions thrown

UnbSecurityException 

If not logged in or no administrator.

InvalidArgumentException 

On invalid argument type or value.

UnbDatabaseException No description available.

Privileges required

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.