Logo
Explore Help
Sign In
fa/breadcrumb-the-shire
1
0
Fork 1
You've already forked breadcrumb-the-shire
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
28d66dea33b1f7da3bd26e674e6cc69b62d6c541
breadcrumb-the-shire/lib/Repository/User/UserListQueryRepositoryInterface.php

10 lines
219 B
PHP
Raw Normal View History

Repo Interface für tests
2026-03-05 08:26:51 +01:00
<?php
namespace MintyPHP\Repository\User;
docs: add class docblocks, business-rule comments, and transaction wrapper - Add single-line class docblocks to all 59 repository classes and interfaces describing scope and responsibility - Add multi-line docblocks to key services documenting business rules: AuthService (6-step login cascade), ImportService (3-phase CSV workflow), TenantScopeService (strict/permissive modes), PermissionService (RBAC resolution + two-tier caching), UserAccountService (atomicity + audit) - Add transaction(callable) wrapper to DatabaseSessionRepository to DRY up begin/commit/rollback boilerplate Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:58:51 +01:00
/** Contract for paginated user listing with multi-criteria filtering. */
Repo Interface für tests
2026-03-05 08:26:51 +01:00
interface UserListQueryRepositoryInterface
{
public function listPaged(array $options): array;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API