Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class DAVACL extends Plugin { |
||
16 | /** |
||
17 | * Returns the full ACL list. |
||
18 | * |
||
19 | * Either a uri or a DAV\INode may be passed. |
||
20 | * |
||
21 | * null will be returned if the node doesn't support ACLs. |
||
22 | * |
||
23 | * @param INode|string $node |
||
24 | * |
||
25 | * @return array |
||
26 | */ |
||
27 | public function getACL($node) { |
||
37 |