SortConfig
Read onlyYes
FinalYes
Constants
- SORT_MAX_MEMORY_ENV = 'FLOW_SORT_MAX_MEMORY'
Properties
- $algorithm : SortAlgorithms
- $filesystemProtocol : string
- $memoryLimit : Unit
Methods
- __construct() : mixed
Constants
SORT_MAX_MEMORY_ENV
public
mixed
SORT_MAX_MEMORY_ENV
= 'FLOW_SORT_MAX_MEMORY'
Properties
$algorithm
public
SortAlgorithms
$algorithm
$filesystemProtocol
public
string
$filesystemProtocol
= 'file'
$memoryLimit
public
Unit
$memoryLimit
Methods
__construct()
public
__construct(SortAlgorithms $algorithm, Unit $memoryLimit[, string $filesystemProtocol = 'file' ]) : mixed
Parameters
- $algorithm : SortAlgorithms
- $memoryLimit : Unit
- $filesystemProtocol : string = 'file'