/** * Set the page title to the given text. * @param string $title Page title */ public static function setTitle($title) { self::$title = $title; }