function ctools_context::get_page_title

Return the page title.

Return value

mixed The value of $page_title.

File

includes/context.inc, line 208

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_page_title() {
    return $this->page_title;
}