nspl\args\_p\LessThan::__construct PHP 메소드

__construct() 공개 메소드

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;
    }