public __construct({Array})
Parameter | Type | Description |
---|
$settings | Map | |
public isAuthorised({Array})
public getAbsoluteUrl({Array})
Parameter | Type | Description |
---|
$url | string | |
Parameter | Type | Description |
---|
$url | string | |
Get the contents of a file.
Parameter | Type | Description |
---|
$url | string | the URL of the file to get the contents of |
$properties | array | An array of properties to request. If empty, all properties will be requested. |
$depth | int | the depth of the PROPFIND request |
$return_response | bool | if true, the raw response object will be returned instead of the file contents |
$namespaces | array | an array of namespaces to use in the PROPFIND request |
public proppatch({Array})
Parameter | Type | Description |
---|
$url | string | |
$properties | array | An array of properties to request. If empty, all properties will be requested. |
Create a collection object (ie: a directory/folder).
Parameter | Type | Description |
---|
$url | string | |
Create a new object (ie: a file);.
Parameter | Type | Description |
---|
$url | string | |
$content | string | |
$datatype | string | |
Parameter | Type | Description |
---|
$dir_url | string | |
$file | File | |
Parameter | Type | Description |
---|
$url | URL | |
Parameter | Type | Description |
---|
$xml | Element | |
protected parseProperties({Array})
Parameter | Type | Description |
---|
$dom | Element | |
protected parseMultiStatus({Array})
Parameter | Type | Description |
---|
$xml | string | |
Generated by Hazaar API Doc Generator