public static function getInstance() { return self::$instance ? self::$instance : (self::$instance = new self()); }