mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
crudification + corrections on thirdparty
This commit is contained in:
@@ -6,8 +6,16 @@ use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
||||
|
||||
interface ThirdPartyACLAwareRepositoryInterface
|
||||
{
|
||||
public function findByThirdparty(
|
||||
ThirdParty $thirdparty,
|
||||
public function countThirdParties(string $role): int;
|
||||
|
||||
/**
|
||||
* @param string $role
|
||||
* @param array|null $orderBy
|
||||
* @param int|null $limit
|
||||
* @param int|null $offset
|
||||
* @return array|ThirdParty[]
|
||||
*/
|
||||
public function listThirdParties(
|
||||
string $role,
|
||||
?array $orderBy = [],
|
||||
int $limit = null,
|
||||
|
Reference in New Issue
Block a user