Flow PHP

BoundaryOrder

FinalYes

Enum to annotate whether lists of min/max elements inside ColumnIndex are ordered and if so, in which direction.

Constants

ASCENDING  : mixed = 1
DESCENDING  : mixed = 2
UNORDERED  : mixed = 0

Properties

$__names  : mixed

Constants

Properties

$__names

public static mixed $__names = [0 => 'UNORDERED', 1 => 'ASCENDING', 2 => 'DESCENDING']
On this page

Search results