PHP Class Domain\Dashboard\Http\DashboardController

Inheritance: extends Illuminate\Routing\Controller
Datei anzeigen Open project: resultsystems/school

Public Methods

Method Description
__construct ( EmployeeRepository $employee, StudentRepository $student, TeacherRepository $teacher ) Dashboard construct.
index ( )

Method Details

__construct() public method

Dashboard construct.
public __construct ( EmployeeRepository $employee, StudentRepository $student, TeacherRepository $teacher )
$employee Domain\Employee\EmployeeRepository
$student Domain\Student\StudentRepository
$teacher Domain\Teacher\TeacherRepository

index() public method

public index ( )