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