Пример #1
0
 function getURI()
 {
     if (isset($this->_packagefile)) {
         return $this->_packagefile->getURI();
     } elseif (isset($this->_downloadURL['info'])) {
         return $this->_downloadURL['info']->getURI();
     }
     return false;
 }