コード例 #1
0
ファイル: Collection.php プロジェクト: baleen/migrations
 /**
  * Returns a collection with elements sorted in reverse order.
  *
  * @return static
  */
 public function getReverse()
 {
     return $this->sort($this->comparator->getReverse());
 }