Domain\Billet\GenerateBilletService::__construct PHP Method

__construct() public method

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