ExamUrl
        
        extends AbstractHelper
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $courseService : Course
 - Course service.
 - $dir : string
 - Education data dir.
 
Methods
- __invoke() : string
 - Get the exam URL.
 - getCourseService() : Course
 - Get the course service.
 - getDir() : string
 - Get the data dir.
 - setCourseService() : void
 - Set the course service.
 - setDir() : void
 - Set the data dir.
 
Properties
$courseService
Course service.
        protected
            Course
    $courseService
    
    
    
    
    
    
$dir
Education data dir.
        protected
            string
    $dir
    
    
    
    
    
    
Methods
__invoke()
Get the exam URL.
    public
                    __invoke(Exam $exam) : string
    Parameters
- $exam : Exam
 
Return values
stringgetCourseService()
Get the course service.
    public
                    getCourseService() : Course
    Return values
CoursegetDir()
Get the data dir.
    public
                    getDir() : string
    Return values
stringsetCourseService()
Set the course service.
    public
                    setCourseService(Course $courseService) : void
    Parameters
- $courseService : Course
 
setDir()
Set the data dir.
    public
                    setDir(string $dir) : void
    Parameters
- $dir : string