eZ Publish  [trunk]
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 17 of file ezcontentobjectpackageinstaller.php.


Member Function Documentation

eZContentObjectPackageInstaller::eZContentObjectPackageInstaller ( package,
type,
installItem 
)

Definition at line 20 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 188 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 172 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 61 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 106 of file ezcontentobjectpackageinstaller.php.

eZContentObjectPackageInstaller::packageInitialState ( package,
&$  persistentData 
)

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

Definition at line 48 of file ezcontentobjectpackageinstaller.php.

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

Reimplemented from eZPackageInstallationHandler.

Definition at line 56 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 182 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 91 of file ezcontentobjectpackageinstaller.php.

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

Definition at line 155 of file ezcontentobjectpackageinstaller.php.


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