예제 #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;
 }