コード例 #1
0
ファイル: PageLayout.php プロジェクト: ratbird/hope
 /**
  * Set the page title to the given text.
  * @param string $title Page title
  */
 public static function setTitle($title)
 {
     self::$title = $title;
 }