PHP Class Crunz\Invoker

显示文件 Open project: lavary/crunz Class Usage Examples

Public Methods

Method Description
call ( $closure, array $parameters = [], $buffer = false ) : mixed Call the given Closure with buffering support

Method Details

call() public method

Call the given Closure with buffering support
public call ( $closure, array $parameters = [], $buffer = false ) : mixed
$parameters array
return mixed