Метод |
Описание |
|
CreateList ( integer $p_start, integer $p_limit, array $p_parameters, &$p_count ) : array |
Creates the list of objects. Sets the parameter $p_hasNextElements to
true if this list is limited and elements still exist in the original
list (from which this was truncated) after the last element of this
list. |
|
ProcessConstraints ( array $p_constraints ) : array |
Processes list constraints passed in an array. |
|
ProcessOrder ( array $p_order ) : array |
Processes order constraints passed in an array. |
|
ProcessParameters ( array $p_parameters ) : array |
Processes the input parameters passed in an array; drops the invalid
parameters and parameters with invalid values. Returns an array of
valid parameters. |
|