コード例 #1
0
 public static function init()
 {
     is_null(self::$instance) and self::$instance = new self();
     return self::$instance;
 }