PHP 클래스 Kraken\Supervision\Solver

상속: implements Kraken\Supervision\SolverInterface
파일 보기 프로젝트 열기: kraken-php/framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$context mixed[]
$requires string[]

공개 메소드들

메소드 설명
__construct ( mixed[] $context = [] )
__destruct ( )
__invoke ( $ex, $params = [] )
solve ( $ex, $params = [] )

보호된 메소드들

메소드 설명
construct ( ) Pseudo-Constructor.
destruct ( ) Pseudo-Destructor
solver ( Erro\Error | Exceptio\Exception | string $ex, mixed[] $params = [] ) : mixed Handler to be called when solver is requested.

메소드 상세

__construct() 공개 메소드

public __construct ( mixed[] $context = [] )
$context mixed[]

__destruct() 공개 메소드

public __destruct ( )

__invoke() 공개 메소드

public __invoke ( $ex, $params = [] )

construct() 보호된 메소드

Pseudo-Constructor.
protected construct ( )

destruct() 보호된 메소드

Pseudo-Destructor
protected destruct ( )

solve() 공개 메소드

public solve ( $ex, $params = [] )

solver() 보호된 메소드

Handler to be called when solver is requested.
protected solver ( Erro\Error | Exceptio\Exception | string $ex, mixed[] $params = [] ) : mixed
$ex Erro\Error | Exceptio\Exception | string
$params mixed[]
리턴 mixed

프로퍼티 상세

$context 보호되어 있는 프로퍼티

protected mixed[] $context
리턴 mixed[]

$requires 보호되어 있는 프로퍼티

protected string[] $requires
리턴 string[]