nspl\args\_p\LessThan::__construct PHP Method

__construct() public method

public __construct ( callable $function, integer $threshold, string $message )
$function callable
$threshold integer
$message string
    public function __construct($function, $threshold, $message)
    {
        $this->function = $function;
        $this->threshold = $threshold;
        $this->message = $message;
    }