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