Table of Contents
-
DAYS_VOCABULARY
= array('0' => 'sunday', '1' => 'monday', '2' => 'tuesday', '3' => 'wednesday', '4' => 'thursday', '5' => 'friday', '6' => 'saturday')
-
$entity
: Season
-
$_entity_init_state
: mixed
-
$dateFormat
: string
-
__construct()
: mixed
-
__get()
: mixed
-
__set()
: mixed
-
findById()
: static|null
-
getData()
: array<string|int, mixed>
-
getFields()
: array<string|int, mixed>
-
getProperties()
: mixed
-
getRepository()
: AbstractPostRepository
-
getRequiredFieldKeys()
: array<string|int, mixed>
-
getRequiredFields()
: array<string|int, mixed>
-
getSchema()
: mixed
-
getWritableFieldKeys()
: array<string|int, mixed>
-
getWritableFields()
: array<string|int, mixed>
-
save()
: bool
-
getDateCreated()
: mixed
-
getDateCreatedUtc()
: mixed
-
getDateModified()
: mixed
-
getDateModifiedUtc()
: mixed
-
getDates()
: mixed
-
getDays()
: mixed
-
getEndDate()
: mixed
-
getStartDate()
: mixed
-
isDataChanged()
: bool
-
setEndDate()
: mixed
-
setStartDate()
: mixed
-
getDaysIndexFormat()
: mixed
-
setDataToEntity()
: mixed
DAYS_VOCABULARY
public
mixed
DAYS_VOCABULARY
= array('0' => 'sunday', '1' => 'monday', '2' => 'tuesday', '3' => 'wednesday', '4' => 'thursday', '5' => 'friday', '6' => 'saturday')
$entity
public
Season
$entity
$_entity_init_state
protected
mixed
$_entity_init_state
private
string
$dateFormat
__construct()
public
__construct(mixed $entity) : mixed
Parameters
-
$entity
: mixed
-
Return values
mixed
—
__get()
public
__get( $property) : mixed
Parameters
-
$property
:
-
-
throws
-
Exception
Return values
mixed
—
__set()
public
__set( $property, $value) : mixed
Parameters
-
$property
:
-
-
$value
:
-
-
throws
-
Exception
Return values
mixed
—
findById()
public
static findById(int $id) : static|null
Parameters
-
$id
: int
-
Return values
static|null
—
getData()
public
getData() : array<string|int, mixed>
-
throws
-
Exception
Return values
array<string|int, mixed>
—
getFields()
public
static getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getProperties()
public
static getProperties() : mixed
Return values
mixed
—
getRepository()
public
static getRepository() : AbstractPostRepository
Return values
AbstractPostRepository
—
getRequiredFieldKeys()
public
static getRequiredFieldKeys() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getRequiredFields()
public
static getRequiredFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getSchema()
public
static getSchema(mixed $title) : mixed
Parameters
-
$title
: mixed
-
Return values
mixed
—
getWritableFieldKeys()
public
static getWritableFieldKeys() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getWritableFields()
public
static getWritableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
save()
public
save() : bool
Return values
bool
—
getDateCreated()
protected
getDateCreated() : mixed
Return values
mixed
—
getDateCreatedUtc()
protected
getDateCreatedUtc() : mixed
Return values
mixed
—
getDateModified()
protected
getDateModified() : mixed
Return values
mixed
—
getDateModifiedUtc()
protected
getDateModifiedUtc() : mixed
Return values
mixed
—
getDates()
protected
getDates() : mixed
Return values
mixed
—
getDays()
protected
getDays() : mixed
Return values
mixed
—
getEndDate()
protected
getEndDate() : mixed
Return values
mixed
—
getStartDate()
protected
getStartDate() : mixed
Return values
mixed
—
isDataChanged()
protected
isDataChanged() : bool
Return values
bool
—
setEndDate()
protected
setEndDate(mixed $date) : mixed
Parameters
-
$date
: mixed
-
Return values
mixed
—
setStartDate()
protected
setStartDate(mixed $date) : mixed
Parameters
-
$date
: mixed
-
Return values
mixed
—
private
getDaysIndexFormat() : mixed
Return values
mixed
—
setDataToEntity()
private
setDataToEntity() : mixed
Return values
mixed
—