\Imi\UtilDefer

Summary

Methods
Properties
Constants
__construct()
call()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$callable
N/A

Properties

$callable

$callable : callable

延迟执行的回调

Type

callable

Methods

__construct()

__construct(callable  $callable) 

Parameters

callable $callable

call()

call() : mixed

调用回调,返回执行结果

Returns

mixed