Table of Contents
Properties
-
$spreadsheet
: Spreadsheet
Methods
-
__construct()
: mixed
-
readProperties()
: void
-
hex2str()
: string
-
processCustomProperty()
: void
-
processStandardProperty()
: void
-
readCustomProperties()
: void
-
readStandardProperties()
: void
-
getAttributes()
: SimpleXMLElement
__construct()
public
__construct(Spreadsheet $spreadsheet) : mixed
Parameters
-
$spreadsheet
: Spreadsheet
-
readProperties()
public
readProperties(SimpleXMLElement $xml, array<string|int, mixed> $namespaces) : void
Parameters
-
$xml
: SimpleXMLElement
-
-
$namespaces
: array<string|int, mixed>
-
hex2str()
protected
hex2str(array<string|int, mixed> $hex) : string
Parameters
-
$hex
: array<string|int, mixed>
-
processCustomProperty()
protected
processCustomProperty(Properties $docProps, string $propertyName, SimpleXMLElement|null $propertyValue, SimpleXMLElement $propertyAttributes) : void
Parameters
-
$docProps
: Properties
-
-
$propertyName
: string
-
-
$propertyValue
: SimpleXMLElement|null
-
-
$propertyAttributes
: SimpleXMLElement
-
processStandardProperty()
protected
processStandardProperty(Properties $docProps, string $propertyName, string $stringValue) : void
Parameters
-
$docProps
: Properties
-
-
$propertyName
: string
-
-
$stringValue
: string
-
readCustomProperties()
protected
readCustomProperties(SimpleXMLElement $xml, array<string|int, mixed> $namespaces) : void
Parameters
-
$xml
: SimpleXMLElement
-
-
$namespaces
: array<string|int, mixed>
-
readStandardProperties()
protected
readStandardProperties(SimpleXMLElement $xml) : void
Parameters
-
$xml
: SimpleXMLElement
-
getAttributes()
private
static getAttributes(SimpleXMLElement|null $simple, string $node) : SimpleXMLElement
Parameters
-
$simple
: SimpleXMLElement|null
-
-
$node
: string
-
Return values
SimpleXMLElement