Link Search Menu Expand Document

Constructor: todoItem

Back to constructors index

Attributes:

NameTypeRequired
idintYes
titleTextWithEntitiesYes

Type: TodoItem

Example:

$todoItem = ['_' => 'todoItem', 'id' => int, 'title' => TextWithEntities];