Method |
Description |
|
getFirstChain ( ) : Handler |
Returns the first Handler in the chain. |
|
getOutput ( string $class, string | array | null $options = null ) : string | array |
Generates the output. |
|
handle ( FakeElement $data ) : mixed |
Handles the request or redirect the request
to the successor. |
|
resetFirstChain ( ) : Handler |
Resets the first Handler in the chain. |
|
setSuccessor ( Fakerino\Core\FakeHandler\HandlerInterface $handler ) |
Sets a successor handler,
in case the class is not able to satisfy the request. |
|