AbstractElement
in package
AbstractYes
Table of Contents
Properties
- $converter : mixed
- $ownerParser : mixed
Methods
- __construct() : mixed
- fromBinary() : mixed
- fromCode() : mixed
- toBinary() : mixed
- toCode() : mixed
Properties
$converter
protected
mixed
$converter
$ownerParser
protected
mixed
$ownerParser
Methods
__construct()
public
__construct(Parser $parser) : mixed
Parameters
- $parser : Parser
fromBinary()
public
abstract fromBinary(mixed $binary) : mixed
Parameters
- $binary : mixed
fromCode()
public
abstract fromCode(mixed $code) : mixed
Parameters
- $code : mixed
toBinary()
public
abstract toBinary() : mixed
toCode()
public
abstract toCode() : mixed