Class: MyDirectory

Source Location: /includes/classes/SabreDAV/examples/simplefsserver.php

Class Overview [line 30]

Sabre_DAV_Node
   |
   --Sabre_DAV_Directory
      |
      --MyDirectory

Directory class

Author(s):

  • Evert Pot (http://www.rooftopsolutions.nl/)

Version:

Copyright:

  • Copyright (C) 2007-2010 Rooftop Solutions. All rights reserved.

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods

Class: Sabre_DAV_Directory

Sabre_DAV_Directory::createDirectory()
Creates a new subdirectory
Sabre_DAV_Directory::createFile()
Creates a new file in the directory
Sabre_DAV_Directory::getChild()
Returns a child object, by its name.

Class: Sabre_DAV_Node

Sabre_DAV_Node::delete()
Deleted the current node
Sabre_DAV_Node::getLastModified()
Returns the last modification time
Sabre_DAV_Node::setName()
Renames the node


Class Details

Directory class

This is a helper class, that should aid in getting directory classes setup. Most of its methods are implemented, and throw permission denied exceptions

Tags:

[ Top ]


Class Variables


Class Methods

__construct

MyDirectory __construct( $myPath)

[line 34]

Parameters:

  • $myPath -

[ Top ]

getChild

void getChild( $name)

[line 57]

Overrides Sabre_DAV_Directory::getChild() (Returns a child object, by its name.)

Parameters:

  • $name -

[ Top ]

getChildren

void getChildren( )

[line 40]

Parameters:

[ Top ]

getName

void getName( )

[line 79]

Parameters:

[ Top ]


Class Constants


Documentation generated on Mon, 31 May 2010 12:54:08 -0400 by phpDocumentor 1.4.3