ElementHexa
extends ElementString
in package
Class ElementHexa
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- contains() : bool
- decode() : string
- equals() : bool
- getContent() : mixed
- init() : mixed
- parse() : bool|ElementHexa|ElementDate
Properties
$document
protected
Document|null
$document
$value
protected
mixed
$value
Methods
__construct()
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
__toString()
public
__toString() : string
Return values
stringcontains()
public
contains(mixed $value) : bool
Parameters
- $value : mixed
Return values
booldecode()
public
static decode(string $value) : string
Parameters
- $value : string
Return values
stringequals()
public
equals(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolgetContent()
public
getContent() : mixed
init()
public
init() : mixed
parse()
public
static parse(string $content[, Document|null $document = null ][, int &$offset = 0 ]) : bool|ElementHexa|ElementDate
Parameters
- $content : string
- $document : Document|null = null
- $offset : int = 0