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
main
breadcrumb-the-shire/core/Repository/Settings/SettingRepositoryInterface.php

14 lines
358 B
PHP
Raw Permalink Normal View History

Repo Interface für tests
2026-03-05 08:26:51 +01:00
<?php
namespace MintyPHP\Repository\Settings;
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 key-value application settings with optional descriptions. */
Repo Interface für tests
2026-03-05 08:26:51 +01:00
interface SettingRepositoryInterface
{
public function find(string $key): ?array;
public function getValue(string $key): ?string;
public function set(string $key, ?string $value, ?string $description = null): bool;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 60ms 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