ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
setDirection ($direction) | |
getDirection () | |
setFieldname ($fieldname) | |
getFieldname () | |
Public Member Functions inherited from arStatement | |
asSQLStatement (ActiveRecord $ar) | |
asORACLEStatement (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 |
Definition at line 29 of file class.arOrder.php.
References getDirection(), and getFieldname().
arOrder::getDirection | ( | ) |
Definition at line 47 of file class.arOrder.php.
References $direction.
Referenced by asSQLStatement().
arOrder::getFieldname | ( | ) |
Definition at line 65 of file class.arOrder.php.
References $fieldname.
Referenced by asSQLStatement().
arOrder::setDirection | ( | $direction | ) |
arOrder::setFieldname | ( | $fieldname | ) |
|
protected |
Definition at line 21 of file class.arOrder.php.
Referenced by getDirection(), and setDirection().
|
protected |
Definition at line 17 of file class.arOrder.php.
Referenced by getFieldname(), and setFieldname().