PHP 클래스 Fakerino\Core\FakeHandler\Handler

저자: Nicola Pietroluongo ([email protected])
상속: implements Fakerino\Core\FakeHandler\HandlerInterface
파일 보기 프로젝트 열기: fakerino/fakerino

공개 메소드들

메소드 설명
getFirstChain ( )
getOutput ( $class, $options = null )
handle ( FakeElement $data )
resetFirstChain ( )
setSuccessor ( Fakerino\Core\FakeHandler\HandlerInterface $handler )

보호된 메소드들

메소드 설명
process ( FakeElement $data ) : mixed Processes the request.

비공개 메소드들

메소드 설명
setFirstChain ( )

메소드 상세

getFirstChain() 공개 정적인 메소드

public static getFirstChain ( )

getOutput() 공개 메소드

public getOutput ( $class, $options = null )

handle() 최종 공개 메소드

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

process() 추상적인 보호된 메소드

Processes the request.
abstract protected process ( FakeElement $data ) : mixed
$data Fakerino\Core\FakeElement
리턴 mixed

resetFirstChain() 공개 정적인 메소드

public static resetFirstChain ( )

setSuccessor() 최종 공개 메소드

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