Properties

$id

$id : integer

Type

integer

$title

$title : string

Type

string

$alias

$alias : string

Type

string

$content

$content : string

Type

string

$keywords

$keywords : string

Type

string

$description

$description : string

Type

string

$created

$created : \Pages\Entity\created

Type

\Pages\Entity\created

$updated

$updated : \Pages\Entity\updated

Type

\Pages\Entity\updated

$authorId

$authorId : integer

Type

integer

$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.

getId()

getId() : mixed

Returns

mixed

setId()

setId(  $id) 

Parameters

$id

getAlias()

getAlias() : string

Returns

string

setAlias()

setAlias(  $alias) 

Parameters

$alias

getTitle()

getTitle() : string

Returns

string

setTitle()

setTitle(  $title) 

Parameters

$title

getContent()

getContent() : string

Returns

string

setContent()

setContent(  $content) 

Parameters

$content

getKeywords()

getKeywords() : string

Returns

string

setKeywords()

setKeywords(  $keywords) 

Parameters

$keywords

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

getAuthorId()

getAuthorId() : integer

Returns

integer

setAuthorId()

setAuthorId(  $authorId) 

Parameters

$authorId

toArray()

toArray() : array

Returns

array