BXObject
in package
AbstractYes
Table of Contents
Constants
- createProperties = []
- ID = 'id'
- mapProperties = []
- NR = 'nr'
- nullableProperties = []
- readonly = false
Properties
Methods
- __construct() : mixed
- __get() : mixed
- __set() : mixed
- changesToJson() : mixed
- getId() : mixed
- getNumber() : mixed
- getType() : string
- toJson() : mixed
Constants
createProperties
public
mixed
createProperties
= []
ID
public
mixed
ID
= 'id'
mapProperties
public
mixed
mapProperties
= []
NR
public
mixed
NR
= 'nr'
nullableProperties
public
mixed
nullableProperties
= []
readonly
public
mixed
readonly
= false
Properties
$changes
protected
mixed
$changes
= []
$content
protected
mixed
$content
Methods
__construct()
public
__construct([stdClass $object = new stdClass() ]) : mixed
Parameters
- $object : stdClass = new stdClass()
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
__set()
public
__set(mixed $name, mixed $value) : mixed
Parameters
- $name : mixed
- $value : mixed
changesToJson()
public
changesToJson() : mixed
getId()
public
getId() : mixed
getNumber()
public
getNumber() : mixed
getType()
public
getType() : string
Return values
stringtoJson()
public
toJson() : mixed