ElementMissing
extends Element
in package
Class ElementMissing
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- contains() : bool
- equals() : bool
- getContent() : bool
- init() : mixed
- parse() : mixed
Properties
$document
protected
Document|null
$document
$value
protected
mixed
$value
Methods
__construct()
public
__construct() : mixed
__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() : bool
Return values
boolinit()
public
init() : mixed
parse()
public
static parse(string $content[, Document|null $document = null ][, int &$position = 0 ]) : mixed
Parameters
- $content : string
- $document : Document|null = null
- $position : int = 0