Пример #1
0
 /**
  * Get the collection data to display.
  *
  * @return void
  * @access public
  */
 public function getCollectionMetadata()
 {
     global $interface;
     parent::getCollectionMetadata();
     // Send back the template name:
     return 'RecordDrivers/Hierarchy/collection-info.tpl';
 }