$studyModuleTransformer $studyModuleTransformer : \Evaluation\StudyModule Type \Evaluation\StudyModule
respondNotFound() respondNotFound(string $message = 'Not Found') : mixed Parameters string $message Returns mixed
respondInternalError() respondInternalError(string $message = 'Internal error') : mixed Parameters string $message Returns mixed
respond() respond( $data, array $headers = array()) : mixed Parameters $data array $headers Returns mixed
index() index() : \Illuminate\Support\Facades\Response Display a listing of the resource. Returns \Illuminate\Support\Facades\Response
create() create() : \Illuminate\Support\Facades\Response Show the form for creating a new resource. Returns \Illuminate\Support\Facades\Response
store() store() : \Illuminate\Support\Facades\Response Store a newly created resource in storage. Returns \Illuminate\Support\Facades\Response
show() show(integer $id) : \Illuminate\Support\Facades\Response Display the specified resource. Parameters integer $id Returns \Illuminate\Support\Facades\Response
edit() edit(integer $id) : \Illuminate\Support\Facades\Response Show the form for editing the specified resource. Parameters integer $id Returns \Illuminate\Support\Facades\Response
update() update(integer $id) : \Illuminate\Support\Facades\Response Update the specified resource in storage. Parameters integer $id Returns \Illuminate\Support\Facades\Response
destroy() destroy(integer $id) : \Illuminate\Support\Facades\Response Remove the specified resource from storage. Parameters integer $id Returns \Illuminate\Support\Facades\Response
getAllWithTrashed() getAllWithTrashed() : \Illuminate\Database\Eloquent\Builder|static Return all, included trashed Returns \Illuminate\Database\Eloquent\Builder|static
getSubModules() getSubModules( $id) : mixed Get the submodules of module Parameters $id Returns mixed
getUsersSubModulesEvaluations() getUsersSubModulesEvaluations( $id) : mixed Get user submodules evaluation marks from this module Parameters $id Returns mixed