PHP Интерфейс App\Repositories\Backend\History\HistoryContract

Показать файл Открыть проект

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

Метод Описание
buildList ( $history, boolean $paginate = true ) : mixed
buildPagination ( $query, $limit, $paginate, $pagination ) : mixed
log ( $type, $text, null $entity_id = null, null $icon = null, null $class = null, null $assets = null ) : mixed
render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
renderDescription ( $text, boolean $assets = false ) : mixed
renderEntity ( $type, $entity_id, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed

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

buildList() публичный метод

public buildList ( $history, boolean $paginate = true ) : mixed
$history
$paginate boolean
Результат mixed

buildPagination() публичный метод

public buildPagination ( $query, $limit, $paginate, $pagination ) : mixed
$query
$limit
$paginate
$pagination
Результат mixed

log() публичный метод

public log ( $type, $text, null $entity_id = null, null $icon = null, null $class = null, null $assets = null ) : mixed
$type
$text
$entity_id null
$icon null
$class null
$assets null
Результат mixed

render() публичный метод

public render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$limit null
$paginate boolean
$pagination integer
Результат mixed

renderDescription() публичный метод

public renderDescription ( $text, boolean $assets = false ) : mixed
$text
$assets boolean
Результат mixed

renderEntity() публичный метод

public renderEntity ( $type, $entity_id, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$type
$entity_id
$limit null
$paginate boolean
$pagination integer
Результат mixed

renderType() публичный метод

public renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$type
$limit null
$paginate boolean
$pagination integer
Результат mixed