PHP 클래스 App\Repositories\Backend\History\EloquentHistoryRepository

상속: implements App\Repositories\Backend\History\HistoryContract
파일 보기 프로젝트 열기: rappasoft/laravel-5-boilerplate

공개 메소드들

메소드 설명
buildList ( $history, boolean $paginate = true ) : string
buildPagination ( $query, $limit, $paginate, $pagination ) : mixed
log ( $type, $text, null $entity_id = null, null $icon = null, null $class = null, null $assets = null ) : boolean | static
render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface
renderDescription ( $text, boolean $assets = false ) : mixed | string
renderEntity ( $type, $entity_id, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface
renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface

비공개 메소드들

메소드 설명
checkType ( $query, $type ) : mixed

메소드 상세

buildList() 공개 메소드

public buildList ( $history, boolean $paginate = true ) : string
$history
$paginate boolean
리턴 string

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 ) : boolean | static
$type
$text
$entity_id null
$icon null
$class null
$assets null
리턴 boolean | static

render() 공개 메소드

public render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface
$limit null
$paginate boolean
$pagination integer
리턴 string | Symfony\Component\Translation\TranslatorInterface

renderDescription() 공개 메소드

public renderDescription ( $text, boolean $assets = false ) : mixed | string
$text
$assets boolean
리턴 mixed | string

renderEntity() 공개 메소드

public renderEntity ( $type, $entity_id, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface
$type
$entity_id
$limit null
$paginate boolean
$pagination integer
리턴 string | Symfony\Component\Translation\TranslatorInterface

renderType() 공개 메소드

public renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : string | Symfony\Component\Translation\TranslatorInterface
$type
$limit null
$paginate boolean
$pagination integer
리턴 string | Symfony\Component\Translation\TranslatorInterface