Class: Sabre_DAV_FS_Node

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

Class Overview [line 14]


Base node-class

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_FS_Directory
Directory class
Sabre_DAV_FS_File
File class
Sabre_DAV_FSExt_Node
Base node-class

Implements interfaces

Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Base node-class

The node class implements the method used by both the File and the Directory classes

Tags:

[ Top ]


Class Variables

$path

[line 21]

The path to the current node

Tags:

  • access - protected

Type: string

Overrides:

[ Top ]


Class Methods

__construct

void __construct( string $path)

[line 29]

Sets up the node, expects a full path name

Tags:

  • access - public

Parameters:

  • string $path -

[ Top ]

getLastModified

int getLastModified( )

[line 74]

Returns the last modification time, as a unix timestamp

Tags:

  • access - public

Implementation of:
Sabre_DAV_INode::getLastModified()
Returns the last modification time, as a unix timestamp

Parameters:

[ Top ]

getName

string getName( )

[line 42]

Returns the name of the node

Tags:

  • access - public

Implementation of:
Sabre_DAV_INode::getName()
Returns the name of the node

Parameters:

[ Top ]

setName

void setName( string $name)

[line 55]

Renames the node

Tags:

  • access - public

Overridden in child classes as:

Sabre_DAV_FSExt_Node::setName()
Renames the node


Implementation of:
Sabre_DAV_INode::setName()
Renames the node

Parameters:

  • string $name - The new name

[ Top ]


Class Constants


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