Row implements Item
Table of Contents
Interfaces
Properties
- $action : Action|null
- $document : Document
- $file : File|null
- $id : int
- $members : MemberCollection
- $myMemberInProcess : Member
Methods
- __construct() : mixed
Properties
$action
public
Action|null
$action
$document
public
Document
$document
$file
public
File|null
$file
$id
public
int
$id
$members
public
MemberCollection
$members
$myMemberInProcess
public
Member
$myMemberInProcess
Methods
__construct()
public
__construct(int $id, Document $document, MemberCollection $members, Member $myMemberInProcess, File|null $file, Action|null $action) : mixed
Parameters
- $id : int
- $document : Document
- $members : MemberCollection
- $myMemberInProcess : Member
- $file : File|null
- $action : Action|null