Overview
Table of Contents
Properties
-
$agenda
: stdClass|null
-
$agreements
: array<string|int, mixed>
-
$calendar
: stdClass|null
-
$efficiency
: stdClass|null
-
$efficiencyValue
: int
-
$isExceptionMeeting
: bool
-
$meetingDetails
: stdClass|null
-
$meetings
: array<string|int, mixed>
-
$tasks
: array<string|int, mixed>
-
$topic
: string
Methods
-
__construct()
: mixed
-
calcEfficiency()
: int
$agenda
public
stdClass|null
$agenda
= null
$agreements
public
array<string|int, mixed>
$agreements
= []
$calendar
public
stdClass|null
$calendar
= null
$efficiency
public
stdClass|null
$efficiency
= null
$efficiencyValue
public
int
$efficiencyValue
= -1
$isExceptionMeeting
public
bool
$isExceptionMeeting
= false
$meetingDetails
public
stdClass|null
$meetingDetails
= null
$meetings
public
array<string|int, mixed>
$meetings
= []
$tasks
public
array<string|int, mixed>
$tasks
= []
-
see
-
TranscriptionOverview::buildOutcome
$topic
public
string
$topic
= ''
__construct()
public
__construct([Outcome|null $outcome = null ]) : mixed
Parameters
-
$outcome
: Outcome|null
= null
-
calcEfficiency()
public
calcEfficiency() : int