コード例 #1
0
ファイル: PageList.php プロジェクト: ceko/concrete5-1
 /**
  * Sorts this list by public date descending order
  */
 public function sortByPublicDateDescending()
 {
     parent::sortBy('cvDatePublic', 'desc');
 }