コード例 #1
0
 public static function layout($_layout)
 {
     if (isset($_layout)) {
         self::$layout = $_layout;
         return true;
     }
     return self::$layout;
 }
コード例 #2
0
ファイル: View.php プロジェクト: laiello/cootheme2
 public function __construct()
 {
     parent::__construct();
 }