Example #1
0
 /**
  * Get the URL of the image description page. May return false if it is
  * unknown or not applicable.
  *
  * @return string
  */
 function getDescriptionUrl()
 {
     if ($this->repo) {
         return $this->repo->getDescriptionUrl($this->getName());
     } else {
         return false;
     }
 }