Image
extends AbstractStyle
in package
Paragraph style HTML writer.
Tags
Table of Contents
Properties
- $parentWriter : HTML
- Parent writer.
- $style : null|array<string|int, mixed>|AbstractStyle
- Style.
Methods
- __construct() : mixed
- Create new instance.
- getParentWriter() : HTML
- Get parent writer.
- getStyle() : null|array<string|int, mixed>|string|AbstractStyle
- Get style.
- setParentWriter() : void
- Set parent writer.
- write() : string
- Write style.
- assembleCss() : string
- Takes array where of CSS properties / values and converts to CSS string.
- getValueIf() : string
- Get value if .
Properties
$parentWriter
Parent writer.
private
HTML
$parentWriter
$style
Style.
private
null|array<string|int, mixed>|AbstractStyle
$style
Methods
__construct()
Create new instance.
public
__construct([array<string|int, mixed>|AbstractStyle $style = null ]) : mixed
Parameters
- $style : array<string|int, mixed>|AbstractStyle = null
getParentWriter()
Get parent writer.
public
getParentWriter() : HTML
Return values
HTMLgetStyle()
Get style.
public
getStyle() : null|array<string|int, mixed>|string|AbstractStyle
Return values
null|array<string|int, mixed>|string|AbstractStylesetParentWriter()
Set parent writer.
public
setParentWriter(HTML $writer) : void
Parameters
- $writer : HTML
write()
Write style.
public
write() : string
Return values
stringassembleCss()
Takes array where of CSS properties / values and converts to CSS string.
protected
assembleCss(array<string|int, mixed> $css) : string
Parameters
- $css : array<string|int, mixed>
Return values
stringgetValueIf()
Get value if .
protected
getValueIf(null|bool $condition, string $value) : string
..
Parameters
- $condition : null|bool
- $value : string