UNB Components Code Reference

UnbLog::FindByEventNum method

Finds log entries by their event number.

public static function UnbLog::FindByEventNum ($eventNumMin, $eventNumMax = null);

Parameters

eventNumMin

(int) First event number to include in the result

eventNumMax  –  optional, default: null

(int) Last event number to include in the result, if specified

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.

Member of class: UnbLog

Implementation file: log.class.php, line 285

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