메소드 | 설명 | |
---|---|---|
getFirstChain ( ) : |
Returns the first Handler in the chain. | |
getOutput ( string $class, string | array | null $options = null ) : string | array | Generates the output. | |
handle ( |
Handles the request or redirect the request to the successor. | |
resetFirstChain ( ) : |
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. |
static public getFirstChain ( ) : |
||
리턴 |
static public resetFirstChain ( ) : |
||
리턴 |
public setSuccessor ( Fakerino\Core\FakeHandler\HandlerInterface $handler ) | ||
$handler | Fakerino\Core\FakeHandler\HandlerInterface |