Example #1
0
 /**
  * gets compound description from shortDescription and longDescription
  *
  * @param ReflectionClass $reflection 
  * @return string description
  */
 protected function _getDescription($reflection)
 {
     return trim($reflection->getShortDescription() . "\n\n" . $reflection->getLongDescription());
 }