You are here

public function SocialContent::getInstanceTitle in Social Content 7.2

The title to use for the current instance.

Return value

string The title.

File

./social_content.class.inc, line 504
Social Content class.

Class

SocialContent
TODO: Table names should be a property for ease of change Separate this class into smaller classes.

Code

public function getInstanceTitle() {
  return $this->settings['instance']['title'];
}