Documentation

Properties
in package

Table of Contents

Properties

$spreadsheet  : Spreadsheet

Methods

__construct()  : mixed
load()  : void
setCoreProperties()  : void
setMetaProperties()  : void
setUserDefinedProperty()  : void

Properties

Methods

load()

public load(SimpleXMLElement $xml, array{meta?: string, office?: string, dc?: string} $namespacesMeta) : void
Parameters
$xml : SimpleXMLElement
$namespacesMeta : array{meta?: string, office?: string, dc?: string}

setCoreProperties()

private setCoreProperties(Properties $docProps, SimpleXMLElement $officePropertyDC) : void
Parameters
$docProps : Properties
$officePropertyDC : SimpleXMLElement

setMetaProperties()

private setMetaProperties(array{meta?: string, office?: mixed, dc?: mixed} $namespacesMeta, SimpleXMLElement $propertyValue, string $propertyName, Properties $docProps) : void
Parameters
$namespacesMeta : array{meta?: string, office?: mixed, dc?: mixed}
$propertyValue : SimpleXMLElement
$propertyName : string
$docProps : Properties

setUserDefinedProperty()

private setUserDefinedProperty(iterable<string|int, string> $propertyValueAttributes, string $propertyValue, Properties $docProps) : void
Parameters
$propertyValueAttributes : iterable<string|int, string>
$propertyValue : string
$docProps : Properties
Loading…
On this page

Search results