App\Repositories\Backend\History\HistoryContract::renderEntity PHP 메소드

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
    public function renderEntity($type, $entity_id, $limit = null, $paginate = true, $pagination = 10);