Link Search Menu Expand Document

Constructor: todoCompletion

Back to constructors index

A completed todo list » item.

Attributes:

NameTypeRequiredDescription
idintYesThe ID of the completed item.
completed_bylongYesID of the user that completed the item.
dateintYesWhen was the item completed.

Type: TodoCompletion

Example:

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