Ejemplo n.º 1
0
 public function getItems()
 {
     if ($this->items == null) {
         $driver = MarcRecord::getCatalogDriver();
         $this->items = $driver->getStatus($this->getUniqueID(), true);
     }
     return $this->items;
 }