\PHPExcel_Writer_Excel5_Escher

PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Summary

Methods
Properties
Constants
__construct()
close()
getSpOffsets()
getSpTypes()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_object
$_data
$_spOffsets
$_spTypes
N/A

Properties

$_object

$_object

The object we are writing

$_data

$_data

The written binary data

$_spOffsets

$_spOffsets : array

Shape offsets. Positions in binary stream where a new shape record begins

Type

array

$_spTypes

$_spTypes : array

Shape types.

Type

array

Methods

__construct()

__construct(mixed  $object) : mixed

Constructor

Parameters

mixed $object

Returns

mixed —

close()

close() : mixed

Process the object to be written

Returns

mixed —

getSpOffsets()

getSpOffsets() : array

Gets the shape offsets

Returns

array —

getSpTypes()

getSpTypes() : array

Gets the shape types

Returns

array —