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
97ff3ce135a9fa7c9d33be510ae51b57d71e0537
breadcrumb-the-shire/lib/Repository/Scheduler/SchedulerRuntimeRepositoryInterface.php

12 lines
326 B
PHP
Raw Normal View History

Repo Interface für tests
2026-03-05 08:26:51 +01:00
<?php
namespace MintyPHP\Repository\Scheduler;
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 scheduler daemon heartbeat and runtime status. */
Repo Interface für tests
2026-03-05 08:26:51 +01:00
interface SchedulerRuntimeRepositoryInterface
{
public function touchHeartbeat(string $result, ?string $errorCode = null, ?string $heartbeatAtUtc = null): bool;
public function findStatus(): ?array;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 39ms 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