getDescription() public method

public getDescription ( )
 public function transform(DocumentationCollection $collection)
 {
     return ['name' => $collection->getName(), 'description' => $collection->getDescription(), 'prefix' => $collection->getPath(), 'fields' => $collection->getFields()];
 }