Escher
in package
Table of Contents
Properties
- $data : string
- The written binary data.
- $object : Blip|BSE|BstoreContainer|DgContainer|DggContainer|Escher|SpContainer|SpgrContainer|Escher
- The object we are writing.
- $spOffsets : array<string|int, mixed>
- Shape offsets. Positions in binary stream where a new shape record begins.
- $spTypes : array<string|int, mixed>
- Shape types.
Methods
- __construct() : mixed
- Constructor.
- close() : string
- Process the object to be written.
- getSpOffsets() : array<string|int, mixed>
- Gets the shape offsets.
- getSpTypes() : array<string|int, mixed>
- Gets the shape types.
Properties
$data
The written binary data.
private
string
$data
$object
The object we are writing.
private
Blip|BSE|BstoreContainer|DgContainer|DggContainer|Escher|SpContainer|SpgrContainer|Escher
$object
$spOffsets
Shape offsets. Positions in binary stream where a new shape record begins.
private
array<string|int, mixed>
$spOffsets
$spTypes
Shape types.
private
array<string|int, mixed>
$spTypes
Methods
__construct()
Constructor.
public
__construct(Blip|BSE|BstoreContainer|DgContainer|DggContainer|self|SpContainer|SpgrContainer|Escher $object) : mixed
Parameters
- $object : Blip|BSE|BstoreContainer|DgContainer|DggContainer|self|SpContainer|SpgrContainer|Escher
close()
Process the object to be written.
public
close() : string
Return values
stringgetSpOffsets()
Gets the shape offsets.
public
getSpOffsets() : array<string|int, mixed>
Return values
array<string|int, mixed>getSpTypes()
Gets the shape types.
public
getSpTypes() : array<string|int, mixed>