App\Http\Controllers\ExpenseCategoryController::index PHP Méthode

index() public méthode

Display a listing of the resource.
public index ( ) : Response
Résultat Response
    public function index()
    {
        return View::make('list', ['entityType' => ENTITY_EXPENSE_CATEGORY, 'title' => trans('texts.expense_categories'), 'sortCol' => '1', 'columns' => Utils::trans(['checkbox', 'name', ''])]);
    }