UNB Components Code Reference

UnbLog::FindByFilterInternal method

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

private static function UnbLog::FindByFilterInternal ($filter, $countOnly);

Parameters

filter

(array) Array of filter parameters - TODO: documentation

countOnly

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

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 217

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