public static function newInstance() { if (!self::$instance instanceof self) { self::$instance = new self(); } return self::$instance; }