Interface: Sabre_DAV_INode

Source Location: /includes/classes/SabreDAV/lib/Sabre/DAV/INode.php

Interface Overview [line 12]


The INode interface is the base interface, and the parent class of both ICollection and IFile

Author(s):

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

Version:

Copyright:

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

Variables

Constants

Methods


Child classes:

Sabre_DAV_ICollection
The ICollection Interface
Sabre_DAV_IFile
This interface represents a file or leaf in the tree.
Sabre_DAV_ILockable
Implement this class to support locking
Sabre_DAV_IProperties
IProperties interface

Inherited Variables

Inherited Constants

Inherited Methods



Class Details

The INode interface is the base interface, and the parent class of both ICollection and IFile

Tags:

[ Top ]


Class Variables


Class Methods

delete

void delete( )

[line 19]

Deleted the current node

Parameters:

[ Top ]

getLastModified

int getLastModified( )

[line 41]

Returns the last modification time, as a unix timestamp

Parameters:

[ Top ]

getName

string getName( )

[line 26]

Returns the name of the node

Parameters:

[ Top ]

setName

void setName( string $name)

[line 34]

Renames the node

Parameters:

  • string $name - The new name

[ Top ]


Class Constants


Documentation generated on Mon, 31 May 2010 12:53:33 -0400 by phpDocumentor 1.4.3