class Result

The Result of synchronization.

Methods

__construct(array $items, string $token, bool $done)

Result constructor.

ResourceInterface[]
getItems()

Returns the items retrieved by this synchronization operation.

getToken()

Returns the token needed to continue the synchronization.

isDone()

Returns true if there are currently no more results in the synchronization.

Details

at line 41
__construct(array $items, string $token, bool $done)

Result constructor.

Parameters

array $items
string $token
bool $done

at line 53
ResourceInterface[] getItems()

Returns the items retrieved by this synchronization operation.

Return Value

ResourceInterface[]

at line 61
getToken()

Returns the token needed to continue the synchronization.

at line 69
isDone()

Returns true if there are currently no more results in the synchronization.