\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

Type

$data

$data : 

The written binary data

Type

$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(  $object) 

Constructor

Parameters

$object

close()

close() 

Process the object to be written

getSpOffsets()

getSpOffsets() : array

Gets the shape offsets

Returns

array

getSpTypes()

getSpTypes() : array

Gets the shape types

Returns

array