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);
__construct($path, array $acl, $owner=null)
Constructor.
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.