Path

ez components / documentation / api reference / 2007.2beta1 / webdav


eZ Components 2007.2beta1

Webdav: ezcWebdavMoveRequest

[ Tutorial ] [ Plugin architecture ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWebdavMoveRequest

Request class generated by a COPY request. [source]
This request represents the WebDAV COPY action.
Required headers for this request are:
  • Destination
Optional headers for this request are:
  • Overwrite (default: 'T')

Parents

ezcWebdavRequest
   |
   --ezcWebdavMoveRequest

Inherited Constants

From ezcWebdavRequest:
ezcWebdavRequest::DEPTH_INFINITY
ezcWebdavRequest::DEPTH_ONE
ezcWebdavRequest::DEPTH_ZERO    Constants for the 'Depth' header and property fields.

Properties

ezcWebdavRequestPropertyBehaviourContent read/write  $propertyBehaviour
Contains the <propertybehavior /> element, if submitted with the request. If not, this property is null.

Inherited Member Variables

From ezcWebdavRequest:
protected  ezcWebdavRequest::$headers
protected  ezcWebdavRequest::$properties

Method Summary

public void __construct( $requestUri, $destination )
Creates a new COPY request object.
public void validateHeaders( )
Validates the headers set in this request.

Inherited Methods

From ezcWebdavRequest :
public void ezcWebdavRequest::__construct()
Construct request class with requested URI
public mixed ezcWebdavRequest::getHeader()
Returns the contents of a specific header.
public void ezcWebdavRequest::setHeader()
Sets a header to a specified value.
public void ezcWebdavRequest::setHeaders()
Sets a header to a specified value.
public void ezcWebdavRequest::validateHeaders()
Validates the headers set in this request.

Methods

__construct

void __construct( string $requestUri, string $destination )
Creates a new COPY request object.
Sets the defaults for the optional headers for this request.

Parameters

Name Type Description
$requestUri string  
$destination string  

Redefinition of

Method Description
ezcWebdavRequest::__construct() Construct request class with requested URI

validateHeaders

void validateHeaders( )
Validates the headers set in this request.
This method validates that all required headers are available and that all feasible headers for this request have valid values.

Throws

ClassDescription
ezcWebdavMissingHeaderException if a required header is missing.
ezcWebdavInvalidHeaderException if a header is present, but its content does not validate.

Redefinition of

Method Description
ezcWebdavRequest::validateHeaders() Validates the headers set in this request.

Last updated: Wed, 28 Nov 2007