-
Notifications
You must be signed in to change notification settings - Fork 0
ContainerInterface
Felipe Sayão Lobato Abreu edited this page Jul 3, 2025
·
1 revision
Extends the PSR-11 ContainerInterface to provide a consistent, domain-specific container interface for the FastForward ecosystem.
This interface SHALL serve as the preferred type hint within FastForward components, while maintaining full compatibility with PSR-11 standards.
Implementations of this interface MUST adhere to the behavior defined by PSR-11, specifically:
-
get(string $id)
MUST return an entry if available, or throw aNotFoundExceptionInterface
. -
has(string $id)
MUST return true if the entry can be resolved, false otherwise.
This abstraction MAY be extended in the future to incorporate additional container-related functionality specific to the FastForward framework, without violating PSR-11 compatibility.
- Full name:
\FastForward\Container\ContainerInterface
- Parent interfaces:
ContainerInterface
Automatically generated on 2025-07-03