Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable

This commit is contained in:
nupplaPhil
2020-01-19 23:22:30 +01:00
parent 26d6afd27f
commit b46b72ad3b
4 changed files with 59 additions and 39 deletions

View File

@@ -3,11 +3,7 @@
namespace Friendica\Collection;
use Friendica\BaseCollection;
use Friendica\Model\Introduction;
/**
* @property Introduction[] $models
*/
class Introductions extends BaseCollection
{