kernel/classes/ezcontentupload.php
\eZContentUpload
Package:
Constants
Properties
Methods

detectLocations(
$classIdentifier, $class, $location, $parentNodes, $parentMainNode
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $classIdentifier | ||
| $class | ||
| $location | ||
| $parentNodes | ||
| $parentMainNode |

fetchHTTPFile(
$httpFileIdentifier, $errors, $file, $mimeData
)
:
boolFetches the HTTP-File into $file and fills in MIME-Type information into $mimeData.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $httpFileIdentifier | ||
| $errors | ||
| $file | ||
| $mimeData |
| Type | Description |
|---|---|
| bool | false if something went wrong. |

findHTTPFileAttribute(
$dataMap, $fileAttribute
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $dataMap | ||
| $fileAttribute |

findRegularFileAttribute(
$dataMap, $fileAttribute
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $dataMap | ||
| $fileAttribute |

findStringAttribute(
$dataMap, $nameAttribute
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $dataMap | ||
| $nameAttribute |

handleLocalFile(
$result, $filePath, $location, $existingNode, $nameString
=
''
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $result | ||
| $filePath | ||
| $location | ||
| $existingNode | ||
| $nameString |

handleUpload(
$result, $httpFileIdentifier, $location, $existingNode, $nameString
=
''
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $result | ||
| $httpFileIdentifier | ||
| $location | ||
| $existingNode | ||
| $nameString |

processNamePattern(
$variables, $namePattern
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $variables | ||
| $namePattern |

publishObject(
$result, $errors, $notices, $object, $publishVersion, $class, $parentNodes, $parentMainNode
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $result | ||
| $errors | ||
| $notices | ||
| $object | ||
| $publishVersion | ||
| $class | ||
| $parentNodes | ||
| $parentMainNode |

result(
$actionName, $cleanup
=
true
)
:
void
static
Parameters
| Name | Type | Description |
|---|---|---|
| $actionName | ||
| $cleanup |