StyleInliner
Table of Contents
Methods
-
getStyle()
: mixed
-
inlineDocument()
: array<string|int, mixed>
-
inlineHtml()
: mixed
-
setStyle()
: mixed
getStyle()
public
static getStyle(Element $node[, mixed $singleStyle = true ]) : mixed
Parameters
-
$node
: Element
-
-
$singleStyle
: mixed
= true
-
inlineDocument()
public
static inlineDocument(Document $document[, array<string|int, mixed> $styleList = null ]) : array<string|int, mixed>
Parameters
-
$document
: Document
-
-
$styleList
: array<string|int, mixed>
= null
-
Return values
array<string|int, mixed>
inlineHtml()
public
static inlineHtml(mixed $html[, array<string|int, mixed> $styleList = null ]) : mixed
Parameters
-
$html
: mixed
-
-
$styleList
: array<string|int, mixed>
= null
-
setStyle()
public
static setStyle(Element $node, mixed $styleList[, mixed $append = false ]) : mixed
Parameters
-
$node
: Element
-
-
$styleList
: mixed
-
-
$append
: mixed
= false
-