Table of Contents
Properties
-
$docProps
: Properties
-
$securityScanner
: XmlScanner
Methods
-
__construct()
: mixed
-
readCoreProperties()
: void
-
readCustomProperties()
: void
-
readExtendedProperties()
: void
-
extractPropertyData()
: SimpleXMLElement|null
-
getArrayItem()
: string
__construct()
public
__construct(XmlScanner $securityScanner, Properties $docProps) : mixed
Parameters
-
$securityScanner
: XmlScanner
-
-
$docProps
: Properties
-
readCoreProperties()
public
readCoreProperties(string $propertyData) : void
Parameters
-
$propertyData
: string
-
readCustomProperties()
public
readCustomProperties(string $propertyData) : void
Parameters
-
$propertyData
: string
-
readExtendedProperties()
public
readExtendedProperties(string $propertyData) : void
Parameters
-
$propertyData
: string
-
private
extractPropertyData(string $propertyData) : SimpleXMLElement|null
Parameters
-
$propertyData
: string
-
Return values
SimpleXMLElement|null
getArrayItem()
private
getArrayItem(null|array<string|int, mixed>|false $array) : string
Parameters
-
$array
: null|array<string|int, mixed>|false
-