- Neu:API Hook: "getSourceData": $GLOBALS['CUSTOMCATALOG_HOOKS']['getSourceData']
[CODE
@parameters:
$objApi -> API objekt
$arrData -> Current source data array || array()
@return:
array() -> Array with Source Data, (row by row)[/CODE]
Code:
class myApiCallbacks { public function myGetSourceDataCallback($objApi, $arrData) { // do work here return $arrData; } }
Updatehinweis:
Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.
Changelog:
Code:
### 5.0.18 Added: API: getSourceData Hook to manipulate the source data array of an API import (#1319) Fixed: Wrong version number in version 5.0.17 Update: Removed last deprecated parts of CEs plugin management (#1315) Update: Minor code updates (#1320)
Einen Kommentar schreiben: