Style
in package
Table of Contents
Properties
- $styles : array<string|int, mixed>
- Formats.
Methods
- parseStyles() : array<string|int, mixed>
- getAttributes() : SimpleXMLElement
- getSxml() : SimpleXMLElement
Properties
$styles
Formats.
protected
array<string|int, mixed>
$styles
= []
Methods
parseStyles()
public
parseStyles(SimpleXMLElement $xml, array<string|int, mixed> $namespaces) : array<string|int, mixed>
Parameters
- $xml : SimpleXMLElement
- $namespaces : array<string|int, mixed>
Return values
array<string|int, mixed>getAttributes()
private
static getAttributes(SimpleXMLElement|null $simple, string $node) : SimpleXMLElement
Parameters
- $simple : SimpleXMLElement|null
- $node : string
Return values
SimpleXMLElementgetSxml()
private
static getSxml(SimpleXMLElement|null $simple) : SimpleXMLElement
Parameters
- $simple : SimpleXMLElement|null