|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for arOrder:
Collaboration diagram for arOrder:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| setDirection ($direction) | |
| getDirection () | |
| setFieldname ($fieldname) | |
| getFieldname () | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| getTableNameAs () | |
| setTableNameAs ($table_name_as) | |
Protected Attributes | |
| $fieldname = '' | |
| $direction = 'ASC' | |
Protected Attributes inherited from arStatement | |
| $table_name_as = '' | |
| arOrder::asSQLStatement | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 28 of file class.arOrder.php.
References getDirection(), and getFieldname().
Here is the call graph for this function:| arOrder::getDirection | ( | ) |
Definition at line 44 of file class.arOrder.php.
References $direction.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arOrder::getFieldname | ( | ) |
Definition at line 60 of file class.arOrder.php.
References $fieldname.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arOrder::setDirection | ( | $direction | ) |
| arOrder::setFieldname | ( | $fieldname | ) |
|
protected |
Definition at line 20 of file class.arOrder.php.
Referenced by getDirection(), and setDirection().
|
protected |
Definition at line 16 of file class.arOrder.php.
Referenced by getFieldname(), and setFieldname().