eZ Publish  [4.2]
eZContentObjectPackageInstaller Class Reference

A package creator for content objects. More...

+ Inheritance diagram for eZContentObjectPackageInstaller:
+ Collaboration diagram for eZContentObjectPackageInstaller:

List of all members.

Public Member Functions

 eZContentObjectPackageInstaller ($package, $type, $installItem)
 finalize ($package, $http, &$persistentData)
 initializeAdvancedOptions ($package, $http, $step, &$persistentData, $tpl, $module)
 initializeSiteAccess ($package, $http, $step, &$persistentData, $tpl, $module)
 initializeTopNodes ($package, $http, $step, &$persistentData, $tpl, $module)
 packageInitialState ($package, &$persistentData)
 packageType ($package, &$persistentData)
 validateAdvancedOptions ($package, $http, $currentStepId, &$stepMap, &$persistentData, &$errorList)
 validateSiteAccess ($package, $http, $currentStepID, &$stepMap, &$persistentData, &$errorList)
 validateTopNodes ($package, $http, $currentStepID, &$stepMap, &$persistentData, &$errorList)

Detailed Description

A package creator for content objects.

Definition at line 40 of file ezcontentobjectpackageinstaller.php.


Member Function Documentation

eZContentObjectPackageInstaller::eZContentObjectPackageInstaller ( package,
type,
installItem 
)

Definition at line 43 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::finalize ( package,
http,
&$  persistentData 
)

Finalizes the creation process with the gathered information. This is usually the function that creates the package and adds the proper elements.

Reimplemented from eZPackageInstallationHandler.

Definition at line 211 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::initializeAdvancedOptions ( package,
http,
step,
&$  persistentData,
tpl,
module 
)

Definition at line 195 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::initializeSiteAccess ( package,
http,
step,
&$  persistentData,
tpl,
module 
)

Definition at line 84 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::initializeTopNodes ( package,
http,
step,
&$  persistentData,
tpl,
module 
)

Definition at line 129 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::packageInitialState ( package,
&$  persistentData 
)

Returns 'stable', content class packages are always stable.

Definition at line 71 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::packageType ( package,
&$  persistentData 
)
Returns:
'contentobject'.

Reimplemented from eZPackageInstallationHandler.

Definition at line 79 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::validateAdvancedOptions ( package,
http,
currentStepId,
&$  stepMap,
&$  persistentData,
&$  errorList 
)

Definition at line 205 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::validateSiteAccess ( package,
http,
currentStepID,
&$  stepMap,
&$  persistentData,
&$  errorList 
)

Definition at line 114 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::validateTopNodes ( package,
http,
currentStepID,
&$  stepMap,
&$  persistentData,
&$  errorList 
)

Definition at line 178 of file ezcontentobjectpackageinstaller.php.


The documentation for this class was generated from the following file: