ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
setEnd (int $end) | |
getEnd () | |
setStart (int $start) | |
getStart () | |
![]() | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getTableNameAs () | |
setTableNameAs (string $table_name_as) | |
Protected Attributes | |
int | $start = 0 |
int | $end = 0 |
![]() | |
string | $table_name_as = '' |
Additional Inherited Members | |
![]() | |
wrapFields (array $fields, ilDBInterface $db) | |
wrapField (string $field, ilDBInterface $db) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arLimit
Definition at line 24 of file class.arLimit.php.
arLimit::asSQLStatement | ( | ActiveRecord | $activeRecord, |
ilDBInterface | $db | ||
) |
Definition at line 29 of file class.arLimit.php.
References getEnd(), and getStart().
arLimit::getEnd | ( | ) |
Definition at line 39 of file class.arLimit.php.
References $end.
Referenced by asSQLStatement().
arLimit::getStart | ( | ) |
Definition at line 49 of file class.arLimit.php.
References $start.
Referenced by asSQLStatement().
arLimit::setEnd | ( | int | $end | ) |
Definition at line 34 of file class.arLimit.php.
References $end.
arLimit::setStart | ( | int | $start | ) |
|
protected |
Definition at line 27 of file class.arLimit.php.
|
protected |
Definition at line 26 of file class.arLimit.php.
Referenced by getStart(), and setStart().