Constants

NAMESPACE_DEFAULT

NAMESPACE_DEFAULT

default namespace

Properties

$namespace

$namespace : string

Type

string

$key

$key : string

Type

string

$value

$value : string

Type

string

$description

$description : string

Type

string

$created

$created : \Options\Entity\created

Type

\Options\Entity\created

$updated

$updated : \Options\Entity\updated

Type

\Options\Entity\updated

$inputFilter

$inputFilter : string

Type

string

Methods

__construct()

__construct() 

constructor

updatedTimestamps()

updatedTimestamps() 

Now we tell doctrine that before we persist or update we call the updatedTimestamps() function.

getNamespace()

getNamespace() : string

Returns

string

setNamespace()

setNamespace(  $namespace) 

Parameters

$namespace

getKey()

getKey() : string

Returns

string

setKey()

setKey(  $key) 

Parameters

$key

getValue()

getValue() : string

Returns

string

setValue()

setValue(  $value) 

Parameters

$value

getDescription()

getDescription() : string

Returns

string

setDescription()

setDescription(  $description) 

Parameters

$description

getCreated()

getCreated() : string

Get created.

Returns

string

setCreated()

setCreated(string  $created) : void

Set created.

Parameters

string $created

getUpdated()

getUpdated() : string

Get updated.

Returns

string

setUpdated()

setUpdated(string  $updated) : void

Set updated.

Parameters

string $updated

toArray()

toArray() : array

Returns

array