Bolt\Legacy\Storage::isNotLastItemInArray PHP Method

isNotLastItemInArray() protected method

Check if this is the last element in the array.
protected isNotLastItemInArray ( $totalOrderByElements, $index ) : boolean
$totalOrderByElements
$index
return boolean
    protected function isNotLastItemInArray($totalOrderByElements, $index)
    {
        return $totalOrderByElements !== $index + 1;
    }