class Photo extends AbstractObject

Properties

protected array $typeCheck
protected array $required from AbstractObject
protected array $errors from AbstractObject
protected null|int $height
protected null|int $width
protected null|string $photo_reference
protected null|string $html_attributions

Methods

__construct(array|null $args = [])

AbstractObject constructor.

setArgs(array $args)

No description

bool
isFieldRequired(string $field_name)

No description

array
addError(string $error)

No description

mixed
parseFieldValue(string $field_type, string $field_value)

No description

throwErrors()

No description

string
toJson()

No description

array
toArray()

No description

string
__toString()

No description

mixed
__call($name, $arguments)

No description

Details

in AbstractObject at line 43
__construct(array|null $args = [])

AbstractObject constructor.

Parameters

array|null $args

in AbstractObject at line 58
protected setArgs(array $args)

Parameters

array $args

Exceptions

Exception

in AbstractObject at line 78
protected bool isFieldRequired(string $field_name)

Parameters

string $field_name

Return Value

bool

in AbstractObject at line 89
protected array addError(string $error)

Parameters

string $error

Return Value

array

in AbstractObject at line 103
protected mixed parseFieldValue(string $field_type, string $field_value)

Parameters

string $field_type
string $field_value

Return Value

mixed

in AbstractObject at line 121
protected throwErrors()

Exceptions

Exception

in AbstractObject at line 132
string toJson()

Return Value

string

in AbstractObject at line 141
array toArray()

Return Value

array

in AbstractObject at line 159
string __toString()

Return Value

string

in AbstractObject at line 171
mixed __call($name, $arguments)

Parameters

$name
$arguments

Return Value

mixed