App\Http\Controllers\ExpenseCategoryController::index PHP 메소드

index() 공개 메소드

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