[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Log storage reader interface.
Copyright: | 2013 Petr Skoda {@link http://skodak.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 50 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
sql_select_reader:: (2 methods):
get_events_select()
get_events_select_count()
Interface: sql_select_reader - X-Ref
get_events_select($selectwhere, array $params, $sort, $limitfrom, $limitnum) X-Ref |
Fetch records using given criteria. param: string $selectwhere param: array $params param: string $sort param: int $limitfrom param: int $limitnum return: \core\event\base[] |
get_events_select_count($selectwhere, array $params) X-Ref |
Return number of events matching given criteria. param: string $selectwhere param: array $params return: int |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |