PageEdit
class PageEdit
Entity PageEdit (not linked to DB)
Properties
protected string | $title | Stores title | |
protected string | $titleTranslated | Stores titleTranslated | |
protected string | $slug | Stores slug | |
protected string | $content | Stores content | |
protected string | $filePath | Stores filePath | |
protected string | $changeFrequency | Stores changeFrequency | |
protected int | $priority | Stores priority | |
protected string | $description | Stores description | |
protected DateTime | $modification | Stores modification |
Methods
string
getTitle()
Get title
setTitleTranslated(string $titleTranslated)
Set titleTranslated
string
getTitleTranslated()
Get titleTranslated
string
getSlug()
Get slug
setContent(string $content)
Set content
string
getContent()
Get content
setFilePath(string $filePath)
Set filePath
string
getFilePath()
Get filePath
setChangeFrequency(string $changeFrequency)
Set changeFrequency
string
getChangeFrequency()
Get changeFrequency
setPriority(int $priority)
Set priority
int
getPriority()
Get priority
setDescription(string $description)
Set description
string
getDescription()
Get description
getModification()
Get modification
Details
at line 87
PageEdit
setTitle(string $title)
Set title
at line 98
string
getTitle()
Get title
at line 108
PageEdit
setTitleTranslated(string $titleTranslated)
Set titleTranslated
at line 119
string
getTitleTranslated()
Get titleTranslated
at line 129
PageEdit
setSlug(string $slug)
Set slug
at line 140
string
getSlug()
Get slug
at line 150
PageEdit
setContent(string $content)
Set content
at line 161
string
getContent()
Get content
at line 171
PageEdit
setFilePath(string $filePath)
Set filePath
at line 182
string
getFilePath()
Get filePath
at line 192
PageEdit
setChangeFrequency(string $changeFrequency)
Set changeFrequency
at line 203
string
getChangeFrequency()
Get changeFrequency
at line 213
PageEdit
setPriority(int $priority)
Set priority
at line 224
int
getPriority()
Get priority
at line 234
PageEdit
setDescription(string $description)
Set description
at line 245
string
getDescription()
Get description
at line 266
DateTime
getModification()
Get modification