8use Sabre\DAVACL\ACLTrait;
 
   45        parent::__construct(
$path);
 
   65        if (!file_exists(
$path)) 
throw new NotFound(
'File could not be located');
 
   74            return new File(
$path, $this->acl, $this->owner);
 
An exception for terminatinating execution or to throw for unit testing.
This is an ACL-enabled collection.
getOwner()
Returns the owner principal.
getACL()
Returns a list of ACE's for this node.
getChild($name)
Returns a specific child node, referenced by its name.
__construct($path, array $acl, $owner=null)
Constructor.
This is an ACL-enabled file node.