Problem
Table of Contents
Methods
-
__construct()
: mixed
-
activities()
: array<string|int, mixed>
-
extra()
: array<string|int, mixed>
-
hasProblem()
: bool
-
makeEmptyProblem()
: self
-
problemCount()
: int
-
records()
: array<string|int, mixed>
-
type()
: string
__construct()
public
__construct(string $type, int $problemCount, array<string|int, mixed> $records, array<string|int, mixed> $activities[, array<string|int, mixed> $extra = [] ]) : mixed
Parameters
-
$type
: string
-
-
$problemCount
: int
-
-
$records
: array<string|int, mixed>
-
-
$activities
: array<string|int, mixed>
-
-
$extra
: array<string|int, mixed>
= []
-
activities()
public
activities() : array<string|int, mixed>
Return values
array<string|int, mixed>
public
extra() : array<string|int, mixed>
Return values
array<string|int, mixed>
hasProblem()
public
hasProblem() : bool
makeEmptyProblem()
public
static makeEmptyProblem(string $type) : self
Parameters
-
$type
: string
-
problemCount()
public
problemCount() : int
records()
public
records() : array<string|int, mixed>
Return values
array<string|int, mixed>
type()
public
type() : string