@@ -46,7 +46,7 @@ |
||
46 | 46 | /** |
47 | 47 | * Returns a list of functions to add to the existing list. |
48 | 48 | * |
49 | - * @return array An array of functions |
|
49 | + * @return SimpleFunction[] An array of functions |
|
50 | 50 | */ |
51 | 51 | public function getFunctions() |
52 | 52 | { |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Slick\Mvc\Service\Entity\EntityListingService; |
18 | 18 | use Slick\Mvc\Service\Entity\QueryFilter\SearchFilter; |
19 | 19 | use Slick\Mvc\Utils\Pagination; |
20 | -use Slick\Orm\Orm; |
|
21 | 20 | |
22 | 21 | /** |
23 | 22 | * Entity Listing Methods |
@@ -11,13 +11,13 @@ |
||
11 | 11 | |
12 | 12 | use Slick\Common\Utils\CollectionInterface; |
13 | 13 | use Slick\Database\Sql\Select; |
14 | -use Slick\Mvc\Service\Entity\QueryFilter\QueryFilterCollection; |
|
15 | 14 | use Slick\Mvc\Service\EntityServiceInterface; |
15 | +use Slick\Mvc\Service\Entity\QueryFilter\QueryFilterCollection; |
|
16 | 16 | use Slick\Mvc\Utils\Pagination; |
17 | 17 | use Slick\Orm\EntityInterface; |
18 | 18 | use Slick\Orm\Orm; |
19 | -use Slick\Orm\Repository\QueryObject\QueryObjectInterface; |
|
20 | 19 | use Slick\Orm\RepositoryInterface; |
20 | +use Slick\Orm\Repository\QueryObject\QueryObjectInterface; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * Entity Listing Service |
@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Entity Listing Service needs an entity or entity class name. |
49 | 49 | * |
50 | - * @param string|EntityInterface $className |
|
50 | + * @param string $className |
|
51 | 51 | */ |
52 | 52 | public function __construct($className) |
53 | 53 | { |