PHP Class Domain\Dashboard\Http\DashboardController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: resultsystems/school

Méthodes publiques

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

Method Details

__construct() public méthode

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

index() public méthode

public index ( )