Flow PHP

Comparator

FinalYes

Methods

comparable()  : bool
equals()  : bool
is()  : bool
isAny()  : bool

Methods

comparable()

public comparable(Type<string|int, mixed> $left, Type<string|int, mixed> $right) : bool
Parameters
$left : Type<string|int, mixed>
$right : Type<string|int, mixed>
Return values
bool

equals()

public equals(Type<string|int, mixed> $left, Type<string|int, mixed> $right) : bool
Parameters
$left : Type<string|int, mixed>
$right : Type<string|int, mixed>
Return values
bool

is()

public is(Type<string|int, T$type, string $typeClass) : bool
Parameters
$type : Type<string|int, T>
$typeClass : string
Tags
template
Return values
bool

isAny()

public isAny(Type<string|int, T$type, string $typeClass, string ...$typeClasses) : bool
Parameters
$type : Type<string|int, T>
$typeClass : string
$typeClasses : string
Tags
template
Return values
bool

        
On this page

Search results