Section
class Section implements PrimaryKeyInterface, BlockEntity
Class Section
Properties
| protected string|null | $baseImageUrl | Path to section image |
Methods
__construct()
Section constructor.
integer
getId()
No description
string
getTitle()
No description
string
getDescription()
No description
setDescription(string $description)
No description
ArrayCollection
getSectionItems()
No description
setSectionItems(ArrayCollection $sectionItems)
No description
string|null
getBaseImageUrl()
No description
setBaseImageUrl(string|null $baseImageUrl)
No description
string
getLocale()
No description
Details
at line 111
__construct()
Section constructor.