Bolt\Legacy\Storage::isNotLastItemInArray PHP 메소드

isNotLastItemInArray() 보호된 메소드

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