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