kernel/classes/ezpackagecreationhandler.php
File containing the eZPackageCreationHandler class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZPackageCreationHandler
Package: kernel
File containing the eZPackageCreationHandler class.
- Children
- \eZStylePackageCreator
- \eZExtensionPackageCreator
- \eZContentObjectPackageCreator
- \eZContentClassPackageCreator
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Methods

checkPackageMaintainer(
$package, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $persistentData |

commitPackageChangelog(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

commitPackageInformation(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

commitPackageMaintainer(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

commitPackageThumbnail(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

commitStep(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

createPackage(
$package, $http, $persistentData, $cleanupFiles, $storePackage
=
true
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $persistentData | ||
| $cleanupFiles | ||
| $storePackage |

eZPackageCreationHandler(
$id, $name, $steps
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $id | ||
| $name | ||
| $steps |

finalize(
$package, $http, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $persistentData |

generatePackageInformation(
$packageInformation, $package, $http, $step, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $packageInformation | ||
| $package | ||
| $http | ||
| $step | ||
| $persistentData |

generateStepMap(
$package, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $persistentData |

initialChangelogEntry(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

initializePackageChangelog(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

initializePackageInformation(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

initializePackageMaintainer(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

initializePackageThumbnail(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

initializeStep(
$package, $http, $step, $persistentData, $tpl
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $step | ||
| $persistentData | ||
| $tpl |

instance(
string $handlerName
)
:
\eZPackageCreationHandler
static
Returns a shared instance of the eZPackageCreationHandler class pr $handlerName as defined in package.ini[CreationSettings]HandlerAlias
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $handlerName | string |
| Type | Description |
|---|---|
| \eZPackageCreationHandler |

loadStep(
$package, $http, $currentStepID, $persistentData, $tpl, $module
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $persistentData | ||
| $tpl | ||
| $module |

packageInitialState(
$package, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $persistentData |

packageInstallType(
$package, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $persistentData |

packageType(
$package, $persistentData
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $persistentData |

validateAndAdvanceStep(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |

validatePackageChangelog(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |

validatePackageInformation(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |

validatePackageMaintainer(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |

validatePackageThumbnail(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |

validateStep(
$package, $http, $currentStepID, $stepMap, $persistentData, $errorList
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $package | ||
| $http | ||
| $currentStepID | ||
| $stepMap | ||
| $persistentData | ||
| $errorList |