PHP Interface App\Repositories\Backend\History\HistoryContract

Afficher le fichier Open project: rappasoft/laravel-5-boilerplate

Méthodes publiques

Méthode Description
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

Method Details

buildList() public méthode

public buildList ( $history, boolean $paginate = true ) : mixed
$history
$paginate boolean
Résultat mixed

buildPagination() public méthode

public buildPagination ( $query, $limit, $paginate, $pagination ) : mixed
$query
$limit
$paginate
$pagination
Résultat mixed

log() public méthode

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
Résultat mixed

render() public méthode

public render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$limit null
$paginate boolean
$pagination integer
Résultat mixed

renderDescription() public méthode

public renderDescription ( $text, boolean $assets = false ) : mixed
$text
$assets boolean
Résultat mixed

renderEntity() public méthode

public renderEntity ( $type, $entity_id, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$type
$entity_id
$limit null
$paginate boolean
$pagination integer
Résultat mixed

renderType() public méthode

public renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$type
$limit null
$paginate boolean
$pagination integer
Résultat mixed