PHP Class Admin_ObjectHelperController, pimcore

LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://www.pimcore.org/license
Inheritance: extends Pimcore_Controller_Action_Admin
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Méthode Description
batchAction ( )
doExportAction ( )
downloadCsvFileAction ( )
exportAction ( )
getBatchJobsAction ( )
getExportJobsAction ( )
gridDeleteColumnConfigAction ( )
gridGetColumnConfigAction ( )
gridSaveColumnConfigAction ( )
importGetFileInfoAction ( )
importProcessAction ( )
importUploadAction ( ) IMPORTER
loadObjectDataAction ( )

Méthodes protégées

Méthode Description
csvObjectData ( AbstractObject $object ) : array Flattens object data to an array with key=>value where value is simply a string representation of the value (for objects, hrefs and assets the full path is used)
extractFieldsAndBricks ( )
extractLanguage ( )
getCsvData ( $list, $fields, $addTitles = true )
getCsvFieldData ( $field, $object, $requestedLanguage )
getCsvFile ( $fileHandle )
getFieldGridConfig ( $field, $gridType, $position, $force = false, $keyPrefix = null )
mapFieldname ( $field )
prepareExportList ( )

Method Details

batchAction() public méthode

public batchAction ( )

csvObjectData() protected méthode

Flattens object data to an array with key=>value where value is simply a string representation of the value (for objects, hrefs and assets the full path is used)
protected csvObjectData ( AbstractObject $object ) : array
$object Pimcore\Model\Object\AbstractObject
Résultat array

doExportAction() public méthode

public doExportAction ( )

downloadCsvFileAction() public méthode

exportAction() public méthode

public exportAction ( )

extractFieldsAndBricks() protected méthode

protected extractFieldsAndBricks ( )

extractLanguage() protected méthode

protected extractLanguage ( )

getBatchJobsAction() public méthode

public getBatchJobsAction ( )

getCsvData() protected méthode

protected getCsvData ( $list, $fields, $addTitles = true )

getCsvFieldData() protected méthode

protected getCsvFieldData ( $field, $object, $requestedLanguage )

getCsvFile() protected méthode

protected getCsvFile ( $fileHandle )

getExportJobsAction() public méthode

public getExportJobsAction ( )

getFieldGridConfig() protected méthode

protected getFieldGridConfig ( $field, $gridType, $position, $force = false, $keyPrefix = null )

gridDeleteColumnConfigAction() public méthode

gridGetColumnConfigAction() public méthode

gridSaveColumnConfigAction() public méthode

importGetFileInfoAction() public méthode

importProcessAction() public méthode

public importProcessAction ( )

importUploadAction() public méthode

IMPORTER
public importUploadAction ( )

loadObjectDataAction() public méthode

mapFieldname() protected méthode

protected mapFieldname ( $field )

prepareExportList() protected méthode

protected prepareExportList ( )