App\Repositories\Backend\History\HistoryContract::renderType PHP Méthode

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