예제 #1
0
파일: Output.php 프로젝트: aquarion/Plank
 static function getInstance()
 {
     if (empty(self::$_instance)) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }