GridHandler::getRowsSequence PHP Méthode

getRowsSequence() protected méthode

This is not the sequence value of the data represented by the row, it's just the mapping of the rows sequence, in the order that they are loaded. To handle grid items ordering, see OrderItemsFeature class.
protected getRowsSequence ( $request ) : array
$request PKPRequest
Résultat array
    protected function getRowsSequence($request)
    {
        return array_keys($this->getGridDataElements($request));
    }