class Document extends BaseObject (View source)

Class Document

Methods

__construct( array|mixed $data)

Builds collection entity.

from  BaseObject
array
relations()

No description

mixed|BaseObject
get( mixed $key, mixed $default = null)

Get an item from the collection by key.

from  BaseObject
array|void
mapRelatives()

Map property relatives to appropriate objects.

from  BaseObject
array|mixed
getRawResponse()

Returns raw response.

from  BaseObject
mixed
getRawResult($data)

Returns raw result.

from  BaseObject
mixed
getStatus()

Get Status of request.

from  BaseObject
mixed
__call($name, $arguments)

Magic method to get properties dynamically.

from  BaseObject
string
getFileId()

Unique file identifier.

PhotoSize
getThumb()

(Optional). Document thumbnail as defined by sender.

string
getFileName()

(Optional). Original filename as defined by sender.

string
getMimeType()

(Optional). MIME type of the file as defined by sender.

int
getFileSize()

(Optional). File size.

Details

in BaseObject at line 19
__construct( array|mixed $data)

Builds collection entity.

Parameters

array|mixed $data

at line 21
array relations()

Return Value

array

in BaseObject at line 41
mixed|BaseObject get( mixed $key, mixed $default = null)

Get an item from the collection by key.

Parameters

mixed $key
mixed $default

Return Value

mixed|BaseObject

in BaseObject at line 55
array|void mapRelatives()

Map property relatives to appropriate objects.

Return Value

array|void

in BaseObject at line 80
array|mixed getRawResponse()

Returns raw response.

Return Value

array|mixed

in BaseObject at line 92
mixed getRawResult($data)

Returns raw result.

Parameters

$data

Return Value

mixed

in BaseObject at line 102
mixed getStatus()

Get Status of request.

Return Value

mixed

in BaseObject at line 116
mixed __call($name, $arguments)

Magic method to get properties dynamically.

Parameters

$name
$arguments

Return Value

mixed

at line 16
string getFileId()

Unique file identifier.

Return Value

string

at line 16
PhotoSize getThumb()

(Optional). Document thumbnail as defined by sender.

Return Value

PhotoSize

at line 16
string getFileName()

(Optional). Original filename as defined by sender.

Return Value

string

at line 16
string getMimeType()

(Optional). MIME type of the file as defined by sender.

Return Value

string

at line 16
int getFileSize()

(Optional). File size.

Return Value

int