Link Search Menu Expand Document

Constructor: todoCompletion

Back to constructors index

Attributes:

NameTypeRequired
idintYes
completed_bylongYes
dateintYes

Type: TodoCompletion

Example:

$todoCompletion = ['_' => 'todoCompletion', 'id' => int, 'completed_by' => long, 'date' => int];