Exemplo n.º 1
0
 public function findAll() : Nextras\Orm\Collection\ICollection
 {
     return parent::findAll()->orderBy(current($this->getEntityMetadata()->getPrimaryKey()), Nextras\Orm\Collection\ICollection::DESC);
 }