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

render() public méthode

public render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$limit null
$paginate boolean
$pagination integer
Résultat mixed
    public function render($limit = null, $paginate = true, $pagination = 10);