Blip
in package
Table of Contents
Properties
Methods
- getData() : string
- Get the raw image data.
- getParent() : BSE
- Get parent BSE.
- setData() : void
- Set the raw image data.
- setParent() : void
- Set parent BSE.
Properties
$data
Raw image data.
private
string
$data
$parent
The parent BSE.
private
BSE
$parent
Methods
getData()
Get the raw image data.
public
getData() : string
Return values
stringgetParent()
Get parent BSE.
public
getParent() : BSE
Return values
BSEsetData()
Set the raw image data.
public
setData(string $data) : void
Parameters
- $data : string
setParent()
Set parent BSE.
public
setParent(BSE $parent) : void
Parameters
- $parent : BSE