Mark extends Base
AbstractYes
Table of Contents
Constants
Methods
- getAll() : array<string|int, mixed>
- getMarks() : array<string|int, mixed>
- getMessage() : string|null
- getTitle() : string|null
Constants
NEGATIVE
public
mixed
NEGATIVE
= 'N'
NO
public
mixed
NO
= ''
POSITIVE
public
mixed
POSITIVE
= 'P'
Methods
getAll()
public
static getAll([bool $asStrings = false ]) : array<string|int, mixed>
Parameters
- $asStrings : bool = false
Return values
array<string|int, mixed>getMarks()
public
static getMarks() : array<string|int, mixed>
Return values
array<string|int, mixed>getMessage()
public
static getMessage(string $mark) : string|null
Parameters
- $mark : string
Return values
string|nullgetTitle()
public
static getTitle() : string|null