ElementXRef
extends Element
in package
Class ElementXRef
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- contains() : bool
- equals() : bool
- getContent() : mixed
- getId() : string
- getObject() : mixed
- init() : mixed
- parse() : bool|ElementXRef
Properties
$document
protected
Document|null
$document
$value
protected
mixed
$value
Methods
__construct()
public
__construct(mixed $value[, Document|null $document = null ]) : mixed
Parameters
- $value : mixed
- $document : Document|null = null
__toString()
public
__toString() : string
Return values
stringcontains()
public
contains(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolequals()
public
equals(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetContent()
public
getContent() : mixed
getId()
public
getId() : string
Return values
stringgetObject()
public
getObject() : mixed
init()
public
init() : mixed
parse()
public
static parse(string $content[, Document|null $document = null ][, int &$offset = 0 ]) : bool|ElementXRef
Parameters
- $content : string
- $document : Document|null = null
- $offset : int = 0