\thinkPipeline

Summary

Methods
Properties
Constants
send()
through()
then()
whenException()
No public properties found
No constants found
carry()
handleException()
$passable
$pipes
$exceptionHandler
N/A
No private methods found
No private properties found
N/A

Properties

$passable

$passable

$pipes

$pipes

$exceptionHandler

$exceptionHandler

Methods

send()

send( $passable) : $this

初始数据

Parameters

$passable

Returns

$this —

through()

through( $pipes) : $this

调用栈

Parameters

$pipes

Returns

$this —

then()

then(\Closure  $destination) : mixed

执行

Parameters

\Closure $destination

Returns

mixed —

whenException()

whenException(callable  $handler) : $this

设置异常处理器

Parameters

callable $handler

Returns

$this —

carry()

carry() : mixed

Returns

mixed —

handleException()

handleException( $passable,  $e) : mixed

异常处理

Parameters

$passable
$e

Returns

mixed —