|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 29 of file class.arLimit.php.
References getEnd(), and getStart().
Here is the call graph for this function:| arLimit::getEnd | ( | ) |
Definition at line 47 of file class.arLimit.php.
References $end.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arLimit::getStart | ( | ) |
Definition at line 65 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 21 of file class.arLimit.php.
|
protected |
Definition at line 17 of file class.arLimit.php.
Referenced by getStart(), and setStart().