Ejemplo n.º 1
0
 /**
  * Get the collection data to display.
  *
  * @return string The name of the template file
  * @access public
  */
 public function getCoreMetadata()
 {
     global $interface;
     parent::getCoreMetadata();
     $interface->assign("coreRepositoryCode", $this->getRepositoryCode());
     $interface->assign("coreExtent", $this->getExtent());
     $interface->assign("coreDateDescription", $this->getDateDescription());
     $interface->assign("coreBiographicalHistory", $this->getBiographicalHistory());
     $interface->assign("coreActionNotes", $this->getActionNotes());
     $interface->assign("coreCopiesNotes", $this->getExistenceOfCopies());
     $interface->assign("coreOriginalNotes", $this->getExistenceOfOriginals());
     // Send back the template name:
     return 'RecordDrivers/Hierarchy/core.tpl';
 }