Index
A
- AttendancesController — Class in namespace Scool\Timetables\Http\Controllers
- AttendanceCreateRequest — Class in namespace Scool\Timetables\Http\Requests
- AttendanceCreateRequest::authorize() — Method in class AttendanceCreateRequest
- Determine if the user is authorized to make this request.
- AttendanceUpdateRequest — Class in namespace Scool\Timetables\Http\Requests
- AttendanceUpdateRequest::authorize() — Method in class AttendanceUpdateRequest
- Determine if the user is authorized to make this request.
- Attendance — Class in namespace Scool\Timetables\Models
- Class Attendance
- AttendancePresenter — Class in namespace Scool\Timetables\Presenters
- Class AttendancePresenter
- AttendanceRepository — Class in namespace Scool\Timetables\Repositories
- Interface AttendanceRepository
- AttendanceRepositoryEloquent — Class in namespace Scool\Timetables\Repositories
- Class AttendanceRepositoryEloquent
- AttendanceTransformer — Class in namespace Scool\Timetables\Transformers
- Class AttendanceTransformer
- AttendanceValidator — Class in namespace Scool\Timetables\Validators
B
- TimetablesServiceProvider::boot() — Method in class TimetablesServiceProvider
- AttendanceRepositoryEloquent::boot() — Method in class AttendanceRepositoryEloquent
- Boot up the repository, pushing criteria
C
- CreateAttendancesTable — Class in namespace
- Class CreateAttendancesTable
- CreateDesirataTable — Class in namespace
- CreateProposedLessonsTable — Class in namespace
- CreateShiftsTable — Class in namespace
- Class CreateShiftsTable
- Controller — Class in namespace Scool\Timetables\Http\Controllers
D
- CreateAttendancesTable::down() — Method in class CreateAttendancesTable
- Reverse the migrations.
- CreateDesirataTable::down() — Method in class CreateDesirataTable
- Reverse the migrations.
- CreateProposedLessonsTable::down() — Method in class CreateProposedLessonsTable
- Reverse the migrations.
- CreateShiftsTable::down() — Method in class CreateShiftsTable
- Reverse the migrations.
- DatabaseSeeder — Class in namespace Scool\Timetables\Database\Seeds
- Class DatabaseSeeder
- AttendancesController::destroy() — Method in class AttendancesController
- Remove the specified resource from storage.
- Desiratum — Class in namespace Scool\Timetables\Models
E
- AttendancesController::edit() — Method in class AttendancesController
- Show the form for editing the specified resource.
G
- AttendancePresenter::getTransformer() — Method in class AttendancePresenter
- Transformer
I
- AttendancesController::index() — Method in class AttendancesController
- Display a listing of the resource.
M
- AttendanceRepositoryEloquent::model() — Method in class AttendanceRepositoryEloquent
- Specify Model class name
P
- ProposedLesson — Class in namespace Scool\Timetables\Models
R
- DatabaseSeeder::run() — Method in class DatabaseSeeder
- Run the database seeds.
- AttendanceCreateRequest::rules() — Method in class AttendanceCreateRequest
- Get the validation rules that apply to the request.
- AttendanceUpdateRequest::rules() — Method in class AttendanceUpdateRequest
- Get the validation rules that apply to the request.
- TimetablesServiceProvider::register() — Method in class TimetablesServiceProvider
S
- AttendancesController::store() — Method in class AttendancesController
- Store a newly created resource in storage.
- AttendancesController::show() — Method in class AttendancesController
- Display the specified resource.
- Shift — Class in namespace Scool\Timetables\Models
- Class Shift
T
- Shift::timeslots() — Method in class Shift
- TimetablesServiceProvider — Class in namespace Scool\Timetables\Providers
- Created by PhpStorm.
- AttendanceTransformer::transform() — Method in class AttendanceTransformer
- Transform the \Attendance entity
U
- CreateAttendancesTable::up() — Method in class CreateAttendancesTable
- Run the migrations.
- CreateDesirataTable::up() — Method in class CreateDesirataTable
- Run the migrations.
- CreateProposedLessonsTable::up() — Method in class CreateProposedLessonsTable
- Run the migrations.
- CreateShiftsTable::up() — Method in class CreateShiftsTable
- Run the migrations.
- AttendancesController::update() — Method in class AttendancesController
- Update the specified resource in storage.
V
- AttendanceRepositoryEloquent::validator() — Method in class AttendanceRepositoryEloquent
- Specify Validator class name
_
- AttendancesController::__construct() — Method in class AttendancesController