BlockTemplate
class BlockTemplate implements PrimaryKeyInterface
Class BlockTemplate
Methods
__construct()
BlockTemplate constructor.
integer
getId()
Get id
setId(int $id)
No description
string
getEntity()
No description
setEntity(string $entity)
No description
string
getTemplateTitle()
No description
setTemplateTitle(string $templateTitle)
No description
string|null
getCssContent()
No description
setCssContent(string|null $cssContent)
No description
null|string
getScssContent()
No description
setScssContent(null|string $scssContent)
No description
string|null
getHtmlContent()
No description
setHtmlContent(string|null $htmlContent)
No description
string|null
getJsContent()
No description
setJsContent(string|null $jsContent)
No description
mixed
getBlockElements()
No description
setBlockElements(ArrayCollection $blockElements)
No description
$this
$this
Details
at line 109
__construct()
BlockTemplate constructor.
at line 119
integer
getId()
Get id
at line 129
BlockTemplate
setId(int $id)
at line 139
string
getEntity()
at line 149
BlockTemplate
setEntity(string $entity)
at line 159
string
getTemplateTitle()
at line 169
BlockTemplate
setTemplateTitle(string $templateTitle)
at line 179
string|null
getCssContent()
at line 189
BlockTemplate
setCssContent(string|null $cssContent)
at line 199
null|string
getScssContent()
at line 209
BlockTemplate
setScssContent(null|string $scssContent)
at line 219
string|null
getHtmlContent()
at line 229
BlockTemplate
setHtmlContent(string|null $htmlContent)
at line 239
string|null
getJsContent()
at line 249
BlockTemplate
setJsContent(string|null $jsContent)
at line 259
Theme
getTheme()
at line 269
BlockTemplate
setTheme(Theme $theme)
at line 279
mixed
getBlockElements()
at line 289
BlockTemplate
setBlockElements(ArrayCollection $blockElements)
at line 304
$this
addBlockElement(BlockElement $element)
Add BlockElement to collection
at line 322
$this
removeBlockElement(BlockElement $element)
Remove BlockElement from collection