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