|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (moodle_url $handler, $lang, $filter, $currentpage=0) | |
Data Fields | |
| const | PERPAGE = 100 |
| $numofrows = 0 | |
| $handler | |
| $lang | |
| $currentpage = 0 | |
| $strings = array() | |
Protected Attributes | |
| $filter | |
Represents the translation tool
Definition at line 451 of file locallib.php.
| __construct | ( | moodle_url $ | handler, |
| $ | lang, | ||
| $ | filter, | ||
| $ | currentpage = 0 |
||
| ) |
Definition at line 474 of file locallib.php.
| $currentpage = 0 |
Definition at line 466 of file locallib.php.
$filter [protected] |
Definition at line 472 of file locallib.php.
| $handler |
Definition at line 460 of file locallib.php.
| $lang |
Definition at line 463 of file locallib.php.
| $numofrows = 0 |
Definition at line 457 of file locallib.php.
| $strings = array() |
Definition at line 469 of file locallib.php.
| const PERPAGE = 100 |
int number of rows per page
Definition at line 454 of file locallib.php.