function ctools_context::get_title

Return the title.

Return value

mixed The value of $title.

File

includes/context.inc, line 198

Class

ctools_context
The context object is largely a wrapper around some other object, with an interface to finding out what is contained and getting to both the object and information about the object.

Code

public function get_title() {
    return $this->title;
}