Pinq\Queries\Builders\Interpretations\ScopeResolver::interpretSlice PHP Метод

interpretSlice() публичный Метод

public interpretSlice ( $segmentId, $startId, $start, $amountId, $amount )
    public function interpretSlice($segmentId, $startId, $start, $amountId, $amount)
    {
        $this->appendToHash($segmentId);
        $this->resolveParameter($startId, $start);
        $this->resolveParameter($amountId, $amount);
    }