function isExtension($name) { if (isset($this->_packagefile)) { return $this->_packagefile->isExtension($name); } elseif (isset($this->_downloadURL['info'])) { return $this->_downloadURL['info']->getProvidesExtension() == $name; } else { return false; } }