WorkbookView
Table of Contents
Methods
-
__construct()
: mixed
-
getAttributes()
: SimpleXMLElement
-
testSimpleXml()
: SimpleXMLElement
-
viewSettings()
: void
__construct()
public
__construct(Spreadsheet $spreadsheet) : mixed
Parameters
-
$spreadsheet
: Spreadsheet
-
getAttributes()
public
static getAttributes(SimpleXMLElement|null $value[, string $ns = '' ]) : SimpleXMLElement
Parameters
-
$value
: SimpleXMLElement|null
-
-
$ns
: string
= ''
-
Return values
SimpleXMLElement
testSimpleXml()
public
static testSimpleXml(mixed $value) : SimpleXMLElement
Parameters
-
$value
: mixed
-
Return values
SimpleXMLElement
viewSettings()
public
viewSettings(SimpleXMLElement $xmlWorkbook, string $mainNS, array<int, int|null> $mapSheetId, bool $readDataOnly) : void
Parameters
-
$xmlWorkbook
: SimpleXMLElement
-
-
$mainNS
: string
-
-
$mapSheetId
: array<int, int|null>
-
-
$readDataOnly
: bool
-