Documentation

ElementArray extends Element
in package

Class ElementArray

Table of Contents

Properties

$document  : Document|null
$value  : mixed

Methods

__construct()  : mixed
__toString()  : string
contains()  : bool
equals()  : bool
getContent()  : mixed
getDetails()  : array<string|int, mixed>
getRawContent()  : array<string|int, mixed>
init()  : mixed
parse()  : bool|ElementArray
resolveXRef()  : Element|PDFObject

Properties

Methods

__construct()

public __construct(mixed $value[, Document|null $document = null ]) : mixed
Parameters
$value : mixed
$document : Document|null = null

__toString()

public __toString() : string
Return values
string

contains()

public contains(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

equals()

public equals(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

getDetails()

public getDetails([bool $deep = true ]) : array<string|int, mixed>
Parameters
$deep : bool = true
Return values
array<string|int, mixed>

getRawContent()

public getRawContent() : array<string|int, mixed>
Return values
array<string|int, mixed>

parse()

public static parse(string $content[, Document|null $document = null ][, int &$offset = 0 ]) : bool|ElementArray
Parameters
$content : string
$document : Document|null = null
$offset : int = 0
Tags
todo:

These methods return mixed and mismatched types throughout the hierarchy

Return values
bool|ElementArray

        
On this page

Search results