Documentation

Escher

Table of Contents

$data  : string
The written binary data.
$object  : Blip|BSE|BstoreContainer|DgContainer|DggContainer|Escher|SpContainer|SpgrContainer
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.
__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

$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(mixed $object) : mixed
Parameters
$object : mixed
Return values
mixed

close()

Process the object to be written.

public close() : string
Return values
string

getSpOffsets()

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>
Return values
array<string|int, mixed>

Search results