PHP Class Fakerino\Core\FakeHandler\Handler

Author: Nicola Pietroluongo ([email protected])
Inheritance: implements Fakerino\Core\FakeHandler\HandlerInterface
Afficher le fichier Open project: fakerino/fakerino

Méthodes publiques

Méthode Description
getFirstChain ( )
getOutput ( $class, $options = null )
handle ( FakeElement $data )
resetFirstChain ( )
setSuccessor ( Fakerino\Core\FakeHandler\HandlerInterface $handler )

Méthodes protégées

Méthode Description
process ( FakeElement $data ) : mixed Processes the request.

Private Methods

Méthode Description
setFirstChain ( )

Method Details

getFirstChain() public static méthode

public static getFirstChain ( )

getOutput() public méthode

public getOutput ( $class, $options = null )

handle() final public méthode

final public handle ( FakeElement $data )
$data Fakerino\Core\FakeElement

process() abstract protected méthode

Processes the request.
abstract protected process ( FakeElement $data ) : mixed
$data Fakerino\Core\FakeElement
Résultat mixed

resetFirstChain() public static méthode

public static resetFirstChain ( )

setSuccessor() final public méthode

final public setSuccessor ( Fakerino\Core\FakeHandler\HandlerInterface $handler )
$handler Fakerino\Core\FakeHandler\HandlerInterface