示例#1
0
 /**
  * Post-process the TCEforms DataStructure for a record associated
  * with this ConfigurationProvider
  *
  * @param array $row
  * @param mixed $dataStructure
  * @param array $conf
  * @return void
  */
 public function postProcessDataStructure(array &$row, &$dataStructure, array $conf)
 {
     parent::postProcessDataStructure($row, $dataStructure, $conf);
     if ($row['CType'] === $this->contentObjectType) {
         $dataStructure['meta']['dataStructurePointers'] = array('list_type' => '', 'CType' => $this->contentObjectType, 'tx_fed_fcefile' => $row['tx_fed_fcefile']);
     }
 }