Settings

Implements \ArrayAccess, \Iterator, \Countable, \AdGrafik\GoogleMapsPHP\Object\SingletonInterface

Settings class.

author

Arno Dudek

Methods

Constructor

__construct() 

Set settings

set(string $key, mixed $value) : \AdGrafik\GoogleMapsPHP\Configuration\Settings

Arguments

$key

string

$value

mixed

Response

\AdGrafik\GoogleMapsPHP\Configuration\Settings

Get settings

get(string $key) : mixed

Arguments

$key

string

Response

mixed

Set settings

setSettings(array $settings) : \AdGrafik\GoogleMapsPHP\Configuration\Settings

Arguments

$settings

array

Response

\AdGrafik\GoogleMapsPHP\Configuration\Settings

Get settings

getSettings() : array

Response

array

parseClassConstants

parseClassConstants(array $array) : boolean

Arguments

$array

array

Response

boolean

ArrayAccess

offsetSet(mixed $propertyName, mixed $propertyValue) : void

Arguments

$propertyName

mixed

$propertyValue

mixed

ArrayAccess

offsetExists(mixed $propertyName) : boolean

Arguments

$propertyName

mixed

Response

boolean

ArrayAccess

offsetUnset(mixed $propertyName) : void

Arguments

$propertyName

mixed

ArrayAccess

offsetGet(mixed $propertyName) : mixed

Arguments

$propertyName

mixed

Response

mixed

Iterator

rewind() : void

Iterator

current() : mixed

Response

mixed

Iterator

key() : integer

Response

integer

Iterator

next() : void

Iterator

valid() : boolean

Response

boolean

Countable

count() : integer

Response

integer

Properties

settings

settings : array
var

Type(s)

array

_arrayAccessPosition

_arrayAccessPosition : integer
var

Type(s)

integer