|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for arLimit:
Collaboration diagram for arLimit:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| setEnd ($end) | |
| getEnd () | |
| setStart ($start) | |
| getStart () | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| asORACLEStatement (ActiveRecord $ar) | |
| getTableNameAs () | |
| setTableNameAs ($table_name_as) | |
Protected Attributes | |
| $start | |
| $end | |
Protected Attributes inherited from arStatement | |
| $table_name_as = '' | |
| arLimit::asSQLStatement | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 28 of file class.arLimit.php.
References getEnd(), and getStart().
Here is the call graph for this function:| arLimit::getEnd | ( | ) |
Definition at line 44 of file class.arLimit.php.
References $end.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arLimit::getStart | ( | ) |
Definition at line 60 of file class.arLimit.php.
References $start.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arLimit::setEnd | ( | $end | ) |
| arLimit::setStart | ( | $start | ) |
|
protected |
Definition at line 20 of file class.arLimit.php.
|
protected |
Definition at line 16 of file class.arLimit.php.
Referenced by getStart(), and setStart().