App\Repositories\Backend\History\HistoryContract::renderType PHP Method

renderType() public method

public renderType ( $type, null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$type
$limit null
$paginate boolean
$pagination integer
return mixed
    public function renderType($type, $limit = null, $paginate = true, $pagination = 10);