Domain\Billet\GenerateBilletService::__construct PHP Метод

__construct() публичный Метод

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