X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FMigrate%2FExport.php;h=05be0bfc6bab006eb54c2b23c0b471a9e08821e3;hb=c52174d854bcc01af1e112d3bb0eee0e201d65e6;hp=f37714c16e8927b87f13169c319a3906faca983a;hpb=b1c21179dffc2cee95b1b39f0c6a5ce5b8574b8e;p=civicrm-core.git diff --git a/CRM/Utils/Migrate/Export.php b/CRM/Utils/Migrate/Export.php index f37714c16e..05be0bfc6b 100644 --- a/CRM/Utils/Migrate/Export.php +++ b/CRM/Utils/Migrate/Export.php @@ -52,6 +52,9 @@ class CRM_Utils_Migrate_Export { */ protected $_xml; + /** + * + */ function __construct() { $this->_xml = array( 'customGroup' => array( @@ -392,6 +395,11 @@ class CRM_Utils_Migrate_Export { return $result; } + /** + * @param string $groupName + * @param string $daoName + * @param null $sql + */ function fetch($groupName, $daoName, $sql = NULL) { $idNameFields = isset($this->_xml[$groupName]['idNameFields']) ? $this->_xml[$groupName]['idNameFields'] : NULL; $mappedFields = isset($this->_xml[$groupName]['mappedFields']) ? $this->_xml[$groupName]['mappedFields'] : NULL; @@ -528,7 +536,6 @@ class CRM_Utils_Migrate_Export { * @param string $tagName * @param array $keyValues * @throws Exception - * @internal param string $additional XML * @return string XML */ public function renderKeyValueXML($tagName, $keyValues) {