Domain\Billet\GenerateBilletService::__construct PHP 메소드

__construct() 공개 메소드

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