Example #1
0
 /**
  * Wrapper for the db.
  *
  * @param string $string
  * @return string
  */
 public function exportAttributeName($attributeName)
 {
     return $this->db->exportColumn($this->applyAttributeExportMapping($this->convertAttributeNameToDatasourceName($attributeName)));
 }