PHP Class Parkour\Functor\Conjunct

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 Calculates the conjunction of two values.

Method Details

invoke() public méthode

Calculates the conjunction of two values.
public invoke ( mixed $first, mixed $second ) : boolean
$first mixed First value.
$second mixed Second value.
Résultat boolean Result.