PHP Class Parkour\Functor\GreaterOrEqual

Inheritance: extends Parkour\Functor
Show file Open project: benjamminf/craft-embedded-assets

Public Methods

Method Description
invoke ( mixed $first, mixed $second ) : boolean Tells if the first value is greater than or equal to the second.

Method Details

invoke() public method

Tells if the first value is greater than or equal to the second.
public invoke ( mixed $first, mixed $second ) : boolean
$first mixed First value.
$second mixed Second value.
return boolean Result.