Differential D20278 Diff 48417 src/applications/project/order/PhabricatorProjectColumnCreatedOrder.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/project/order/PhabricatorProjectColumnCreatedOrder.php
- This file was copied to src/applications/project/order/PhabricatorProjectColumnTitleOrder.php.
| Show All 16 Lines | public function getHasHeaders() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getCanReorder() { | public function getCanReorder() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function getMenuOrder() { | public function getMenuOrder() { | ||||
| return 3000; | return 5000; | ||||
| } | } | ||||
| protected function newSortVectorForObject($object) { | protected function newSortVectorForObject($object) { | ||||
| return array( | return array( | ||||
| -1 * (int)$object->getDateCreated(), | -1 * (int)$object->getDateCreated(), | ||||
| -1 * (int)$object->getID(), | -1 * (int)$object->getID(), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||