|
eZ Publish
[4.2]
|
The class eZStylePackageCreator does. More...
Inheritance diagram for eZStylePackageCreator:
Collaboration diagram for eZStylePackageCreator:Public Member Functions | |
| commitCSSFile ($package, $http, $step, &$persistentData, $tpl) | |
| commitImageFiles ($package, $http, $step, &$persistentData, $tpl) | |
| eZStylePackageCreator ($id) | |
| finalize (&$package, $http, &$persistentData) | |
| generatePackageInformation (&$packageInformation, $package, $http, $step, &$persistentData) | |
| initializeCSSFile ($package, $http, $step, &$persistentData, $tpl) | |
| initializeImageFiles ($package, $http, $step, &$persistentData, $tpl) | |
| packageInitialState ($package, &$persistentData) | |
| packageInstallType ($package, &$persistentData) | |
| packageType ($package, &$persistentData) | |
| validateCSSFile ($package, $http, $currentStepID, &$stepMap, &$persistentData, &$errorList) | |
| validateImageFiles ($package, $http, $currentStepID, &$stepMap, &$persistentData, &$errorList) | |
The class eZStylePackageCreator does.
Definition at line 41 of file ezstylepackagecreator.php.
| eZStylePackageCreator::commitCSSFile | ( | $ | package, |
| $ | http, | ||
| $ | step, | ||
| &$ | persistentData, | ||
| $ | tpl | ||
| ) |
Definition at line 227 of file ezstylepackagecreator.php.
| eZStylePackageCreator::commitImageFiles | ( | $ | package, |
| $ | http, | ||
| $ | step, | ||
| &$ | persistentData, | ||
| $ | tpl | ||
| ) |
Definition at line 272 of file ezstylepackagecreator.php.
| eZStylePackageCreator::eZStylePackageCreator | ( | $ | id | ) |
Constructor
Definition at line 46 of file ezstylepackagecreator.php.
| eZStylePackageCreator::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 eZPackageCreationHandler.
Definition at line 70 of file ezstylepackagecreator.php.
| eZStylePackageCreator::generatePackageInformation | ( | &$ | packageInformation, |
| $ | package, | ||
| $ | http, | ||
| $ | step, | ||
| &$ | persistentData | ||
| ) |
Fetches the selected content classes and generates a name, summary and description from the selection.
Reimplemented from eZPackageCreationHandler.
Definition at line 279 of file ezstylepackagecreator.php.
| eZStylePackageCreator::initializeCSSFile | ( | $ | package, |
| $ | http, | ||
| $ | step, | ||
| &$ | persistentData, | ||
| $ | tpl | ||
| ) |
Definition at line 195 of file ezstylepackagecreator.php.
| eZStylePackageCreator::initializeImageFiles | ( | $ | package, |
| $ | http, | ||
| $ | step, | ||
| &$ | persistentData, | ||
| $ | tpl | ||
| ) |
Definition at line 243 of file ezstylepackagecreator.php.
| eZStylePackageCreator::packageInitialState | ( | $ | package, |
| &$ | persistentData | ||
| ) |
Returns 'stable', site style packages are always stable.
Reimplemented from eZPackageCreationHandler.
Definition at line 181 of file ezstylepackagecreator.php.
| eZStylePackageCreator::packageInstallType | ( | $ | package, |
| &$ | persistentData | ||
| ) |
'import' Reimplemented from eZPackageCreationHandler.
Definition at line 173 of file ezstylepackagecreator.php.
| eZStylePackageCreator::packageType | ( | $ | package, |
| &$ | persistentData | ||
| ) |
'sitestyle'. Reimplemented from eZPackageCreationHandler.
Definition at line 189 of file ezstylepackagecreator.php.
| eZStylePackageCreator::validateCSSFile | ( | $ | package, |
| $ | http, | ||
| $ | currentStepID, | ||
| &$ | stepMap, | ||
| &$ | persistentData, | ||
| &$ | errorList | ||
| ) |
Checks if the css file was uploaded.
Definition at line 202 of file ezstylepackagecreator.php.
| eZStylePackageCreator::validateImageFiles | ( | $ | package, |
| $ | http, | ||
| $ | currentStepID, | ||
| &$ | stepMap, | ||
| &$ | persistentData, | ||
| &$ | errorList | ||
| ) |
Checks if the css file was uploaded.
Definition at line 251 of file ezstylepackagecreator.php.