ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
setDirection (string $direction) | |
getDirection () | |
setFieldname (string $fieldname) | |
getFieldname () | |
![]() | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getTableNameAs () | |
setTableNameAs (string $table_name_as) | |
Protected Attributes | |
string | $fieldname = '' |
string | $direction = 'ASC' |
![]() | |
string | $table_name_as = '' |
Additional Inherited Members | |
![]() | |
wrapFields (array $fields, ilDBInterface $db) | |
wrapField (string $field, ilDBInterface $db) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arOrder
Definition at line 24 of file class.arOrder.php.
arOrder::asSQLStatement | ( | ActiveRecord | $activeRecord, |
ilDBInterface | $db | ||
) |
Definition at line 29 of file class.arOrder.php.
References getDirection(), getFieldname(), and arStatement\wrapField().
arOrder::getDirection | ( | ) |
Definition at line 39 of file class.arOrder.php.
References $direction.
Referenced by asSQLStatement().
arOrder::getFieldname | ( | ) |
Definition at line 49 of file class.arOrder.php.
References $fieldname.
Referenced by asSQLStatement().
arOrder::setDirection | ( | string | $direction | ) |
arOrder::setFieldname | ( | string | $fieldname | ) |
|
protected |
Definition at line 27 of file class.arOrder.php.
Referenced by getDirection(), and setDirection().
|
protected |
Definition at line 26 of file class.arOrder.php.
Referenced by getFieldname(), and setFieldname().