PHP Class Parkour\Functor\Lower

Inheritance: extends Parkour\Functor
Afficher le fichier Open project: benjamminf/craft-embedded-assets

Méthodes publiques

Méthode Description
invoke ( mixed $first, mixed $second ) : boolean Tells if the first value is lower than the second.

Method Details

invoke() public méthode

Tells if the first value is lower than the second.
public invoke ( mixed $first, mixed $second ) : boolean
$first mixed First value.
$second mixed Second value.
Résultat boolean Result.