Exemple #1
0
 /**
  * This function should be redefined in derived classes to show any major
  * identifying characteristics of this record.
  *
  * @return string
  */
 public function formatListDetails()
 {
     ob_start();
     FunctionsPrintFacts::printMediaLinks('1 OBJE @' . $this->getXref() . '@', 1);
     return ob_get_clean();
 }