Theme
class Theme implements PrimaryKeyInterface
Class Theme
Methods
__construct()
Theme constructor.
integer
getId()
No description
setId(int $id)
No description
null|string
getSlug()
No description
string
getName()
No description
null|string
getThemeImageUrl()
No description
setThemeImageUrl(null|string $themeImageUrl)
No description
ArrayCollection|ThemeOptions[]
getOptions()
No description
Details
at line 78
__construct()
Theme constructor.