PHP Трейт luya\traits\NextPrevModel

С версии: 1.0.0-beta6
Автор: nadar
Показать файл Открыть проект

Открытые методы

Метод Описание
getNext ( ) : ActiveQuery Get the next actrive record of the current id
getPrev ( ) : ActiveQuery Get the previous record of a current id

Описание методов

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

Get the next actrive record of the current id
public getNext ( ) : ActiveQuery
Результат yii\db\ActiveQuery

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

Get the previous record of a current id
public getPrev ( ) : ActiveQuery
Результат yii\db\ActiveQuery