Пример #1
0
 public function setLibrary(Library $oLibrary)
 {
     parent::setLibrary($oLibrary);
     // Si les conditions sont réunies pour matcher URI et définitions
     if ($this->_hasConditionToFind()) {
         // on recherche dans les dictionnaires les définitions correspondant à l'URI
         $this->_updateDefinitions();
     }
     return $this;
 }