public function TripalEntityCollection::getName

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

Retrieves the name of the collection.

Return value

A string containing the name of the collection.

File

tripal/includes/TripalEntityCollection.inc, line 351

Class

TripalEntityCollection

Code

public function getName() {
  return $this->collection_name;
}