コード例 #1
0
ファイル: Head.php プロジェクト: par-orillonsoft/phpwebsite
 public static function getInstance()
 {
     if (empty(self::$head)) {
         self::$head = new self();
     }
     return self::$head;
 }