\FFMpegPushConfiguration

Summary

Methods
Properties
Constants
__construct()
getIterator()
get()
set()
has()
remove()
all()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
create()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$data
N/A

Properties

$data

$data : 

Type

Methods

__construct()

__construct(array  $data = array()) 

Parameters

array $data

getIterator()

getIterator() 

{@inheritdoc}

get()

get(string  $key, mixed  $default = null) : mixed

Returns the value given a key from configuration

Parameters

string $key
mixed $default

The default value in case the key does not exist

Returns

mixed

set()

set(string  $key, mixed  $value) 

Set a value to configuration

Parameters

string $key

The key

mixed $value

The value corresponding to the key

has()

has(string  $key) : Boolean

Tells if Configuration contains `$key`

Parameters

string $key

Returns

Boolean

remove()

remove(string  $key) : mixed

Removes a value given a key

Parameters

string $key

Returns

mixed —

The previous value

all()

all() : array

Returns all values set in the configuration

Returns

array

offsetExists()

offsetExists(  $offset) 

{@inheritdoc}

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

{@inheritdoc}

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

{@inheritdoc}

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

{@inheritdoc}

Parameters

$offset

create()

create(array  $data = array()) 

Parameters

array $data