mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
added user-has-manager-permissions dav prop; added principal model and simplified the ACL code with it
This commit is contained in:
parent
72fbc9e20e
commit
8bfa9dfa29
11 changed files with 172 additions and 114 deletions
|
@ -67,8 +67,13 @@ class ResourceMapper extends QBMapper {
|
|||
|
||||
/**
|
||||
* @param int $organizationFolderId
|
||||
* @param int $parentResourceId
|
||||
* @psalm-param int $organizationFolderId
|
||||
* @param int|null $parentResourceId
|
||||
* @psalm-param int|null $parentResourceId
|
||||
* @param array $filters
|
||||
* @psalm-param array $filters
|
||||
* @return array
|
||||
* @psalm-return Resource[]
|
||||
*/
|
||||
public function findAll(int $organizationFolderId, ?int $parentResourceId = null, array $filters = []): array {
|
||||
/* @var $qb IQueryBuilder */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue