Documentation

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

$dir

Education data dir.

protected string $dir

Methods

__invoke()

Get the exam URL.

public __invoke(Exam $exam) : string
Parameters
$exam : Exam
Return values
string

getCourseService()

Get the course service.

public getCourseService() : Course
Return values
Course

getDir()

Get the data dir.

public getDir() : string
Return values
string

setCourseService()

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

        
On this page

Search results