PHP 인터페이스 App\Repositories\Backend\History\HistoryContract

파일 보기 프로젝트 열기: rappasoft/laravel-5-boilerplate

공개 메소드들

메소드 설명
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