Beispiel #1
0
 public function getLibrary()
 {
     if (!$this->getLibraryId()) {
         $this->_findLibraryId();
     }
     return parent::getLibrary();
 }