Documentation

CallbackPrediction
in package
implements PredictionInterface

Callback prediction.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

Interfaces, Classes and Traits

PredictionInterface
Prediction interface.

Table of Contents

$callback  : mixed
__construct()  : mixed
Initializes callback prediction.
check()  : void
Executes preset callback.

Properties

Methods

__construct()

Initializes callback prediction.

public __construct(callable $callback) : mixed
Parameters
$callback : callable

Custom callback

Tags
throws
InvalidArgumentException
Return values
mixed

Search results