LINE Messaging API SDK for PHP

ImageSet
in package

Table of Contents

$id  : string
$index  : int
$total  : int
__construct()  : mixed
getId()  : string
Returns Image set ID.
getIndex()  : int
Returns indicating the image number in a set of images sent simultaneously.
getTotal()  : int
Returns total number of images sent simultaneously.

Properties

Methods

__construct()

public __construct(mixed $imageSet) : mixed
Parameters
$imageSet : mixed
Return values
mixed

getId()

Returns Image set ID.

public getId() : string
Return values
string

getIndex()

Returns indicating the image number in a set of images sent simultaneously.

public getIndex() : int

An index starting from 1.

Return values
int

getTotal()

Returns total number of images sent simultaneously.

public getTotal() : int
Return values
int

Search results