ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Both the subject and the direction need to be specified when expressing an order. More...
Public Member Functions | |
__construct (string $subject, $direction) | |
append (string $subject, $direction) | |
get () | |
join ($init, callable $fn) | |
Data Fields | |
const | ASC = 'ASC' |
const | DESC = 'DESC' |
Protected Member Functions | |
checkSubject (string $subject) | |
checkDirection ($direction) | |
Protected Attributes | |
$order = [] | |
Both the subject and the direction need to be specified when expressing an order.
ILIAS\Data\Order::__construct | ( | string | $subject, |
$direction | |||
) |
Definition at line 20 of file Order.php.
References ILIAS\Data\Order\checkDirection().
ILIAS\Data\Order::append | ( | string | $subject, |
$direction | |||
) |
Definition at line 40 of file Order.php.
References ILIAS\Data\Order\checkDirection(), and ILIAS\Data\Order\checkSubject().
Referenced by orderTest\testAppend(), orderTest\testInvalidDirection(), and orderTest\testInvalidSubject().
|
protected |
Definition at line 33 of file Order.php.
Referenced by ILIAS\Data\Order\__construct(), and ILIAS\Data\Order\append().
|
protected |
Definition at line 26 of file Order.php.
Referenced by ILIAS\Data\Order\append().
ILIAS\Data\Order::get | ( | ) |
Definition at line 49 of file Order.php.
References ILIAS\Data\Order\$order.
Referenced by orderTest\testAppend(), and orderTest\testValues().
ILIAS\Data\Order::join | ( | $init, | |
callable | $fn | ||
) |
Definition at line 54 of file Order.php.
References $ret.
Referenced by orderTest\testJoinMore(), and orderTest\testJoinOne().
|
protected |
Definition at line 18 of file Order.php.
Referenced by ILIAS\Data\Order\get().