Legend of the Green Dragon

Poll

Table of Contents

addPoll()  : Response
vote()  : Response
Vote in a poll.

Methods

addPoll()

public addPoll([array<string|int, mixed>|null $post = null ]) : Response
Parameters
$post : array<string|int, mixed>|null = null
Return values
Response

vote()

Vote in a poll.

public vote(int $id, int $choice) : Response
Parameters
$id : int
$choice : int
Return values
Response

Search results