コード例 #1
0
ファイル: Repository.php プロジェクト: ytnuk/shop
 public function findAll() : Nextras\Orm\Collection\ICollection
 {
     return parent::findAll()->orderBy(current($this->getEntityMetadata()->getPrimaryKey()), Nextras\Orm\Collection\ICollection::DESC);
 }