|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Both the subject and the direction need to be specified when expressing an order. More...
Collaboration diagram for ILIAS\Data\Order: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 33 of file Order.php.
Referenced by ILIAS\Data\Order\__construct(), and ILIAS\Data\Order\append().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file Order.php.
Referenced by ILIAS\Data\Order\append().
Here is the caller graph for this function:| ILIAS\Data\Order::get | ( | ) |
Definition at line 49 of file Order.php.
References ILIAS\Data\Order\$order.
Referenced by orderTest\testAppend(), and orderTest\testValues().
Here is the caller graph for this function:| ILIAS\Data\Order::join | ( | $init, | |
| callable | $fn | ||
| ) |
Definition at line 54 of file Order.php.
References $ret.
Referenced by orderTest\testJoinMore(), and orderTest\testJoinOne().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file Order.php.
Referenced by ILIAS\Data\Order\get().