public function TripalEntityCollection::getDescription

3.x TripalEntityCollection.inc public TripalEntityCollection::getDescription()

Retrieves the collection description

Return value

A string containing the description of the collection.

File

tripal/includes/TripalEntityCollection.inc, line 371

Class

TripalEntityCollection

Code

public function getDescription() {
  return $this->description;
}