예제 #1
0
 /**
  * Gets the contents of the package's CHANGELOG file. If no changelog is available an empty string is returned.
  * @return string
  */
 public function getChangelogContents()
 {
     return parent::getChangelogContents();
 }