Domain\Billet\GenerateBilletService::__construct PHP Méthode

__construct() public méthode

public __construct ( StudentRepository $student )
$student Domain\Student\StudentRepository
    public function __construct(StudentRepository $student)
    {
        $this->student = $student;
    }