Beispiel #1
0
 /**
  * Read the intriductory section of the refentry file
  * @return string
  */
 public function getIntro()
 {
     if ($this->isFile()) {
         return $this->getFile()->readIntro();
     }
     if ($this->isRoot()) {
         return $this->repo->getRootEntry()->getIntro();
     }
     return "";
 }