class DateTimeSettings extends Settings (View source)

Properties

protected $key from  Settings
protected $akUseNowIfEmpty
protected $akDateDisplayMode
protected $akTextCustomFormat
protected $akTimeResolution

Methods

mixed
getAttributeKey()

No description

from  Settings
setAttributeKey(mixed $key)

No description

from  Settings
mixed
getAttributeType()

No description

from  Settings
mergeAndPersist(EntityManagerInterface $entityManager)

No description

from  Settings
createController()

No description

from  Settings
getController()

No description

from  Settings
bool
getUseNowIfEmpty()

No description

setUseNowIfEmpty(bool $value)

No description

string
getMode()

No description

setMode(mixed $mode)

No description

string
getTextCustomFormat()

No description

setTextCustomFormat(string $textCustomFormat)

No description

int
getTimeResolution()

Get the time resolution (in seconds).

setTimeResolution(int $value)

Set the time resolution (in seconds).

Details

mixed getAttributeKey()

No description

Return Value

mixed

setAttributeKey(mixed $key)

No description

Parameters

mixed $key

mixed getAttributeType()

No description

Return Value

mixed

mergeAndPersist(EntityManagerInterface $entityManager)

No description

Parameters

EntityManagerInterface $entityManager

createController()

No description

getController()

No description

bool getUseNowIfEmpty()

No description

Return Value

bool

setUseNowIfEmpty(bool $value)

No description

Parameters

bool $value

string getMode()

No description

Return Value

string

setMode(mixed $mode)

No description

Parameters

mixed $mode

string getTextCustomFormat()

No description

Return Value

string

setTextCustomFormat(string $textCustomFormat)

No description

Parameters

string $textCustomFormat

int getTimeResolution()

Get the time resolution (in seconds).

Return Value

int

setTimeResolution(int $value)

Set the time resolution (in seconds).

Parameters

int $value