ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
setDirection ($direction) | |
getDirection () | |
setFieldname ($fieldname) | |
getFieldname () | |
Public Member Functions inherited from arStatement | |
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().
arOrder::getDirection | ( | ) |
Definition at line 44 of file class.arOrder.php.
References $direction.
Referenced by asSQLStatement().
arOrder::getFieldname | ( | ) |
Definition at line 60 of file class.arOrder.php.
References $fieldname.
Referenced by asSQLStatement().
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().