kernel/classes/ezpackageinstallationhandler.php
File containing the eZPackageInstallationHandler 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
\eZPackageInstallationHandler
Package: kernel
File containing the eZPackageInstallationHandler class.
- Children
- \eZContentObjectPackageInstaller
- \eZInstallScriptPackageInstaller
- 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


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


customInstallHandlerInfo(
$package, $installItem
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$package | ||
$installItem |


eZPackageInstallationHandler(
$package, $type, $installItem, $name
=
null, $steps
=
null
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$package | ||
$type | ||
$installItem | ||
$name | ||
$steps |


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


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


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


instance(
$package, $handlerName, $installItem
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$package | ||
$handlerName | ||
$installItem |


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


stepTemplate(
$package, $installItem, $step
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$package | ||
$installItem | ||
$step |


validateAndAdvanceStep(
$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 |