예제 #1
0
 public function getAtomSummary(DivinerAtom $atom)
 {
     if ($atom->getDocblockMetaValue('summary')) {
         return $atom->getDocblockMetaValue('summary');
     }
     $text = $this->getAtomDescription($atom);
     return PhabricatorMarkupEngine::summarize($text);
 }