SetaPDF_Extractor_Storage_StorageEntry A basic storage entry
File: /SetaPDF v2/Extractor/Storage/StorageEntry.php
Class hierarchy
Summary
Properties
$_data
protected mixed SetaPDF_Extractor_Storage_StorageEntry::$_data
The stored data.
$_geometry
protected SetaPDF_Core_Geometry_Rectangle|SetaPDF_Core_Geometry_Point SetaPDF_Extractor_Storage_StorageEntry::$_geometry
The Geometry that was used to insert the data.
Methods
__construct()
public SetaPDF_Extractor_Storage_StorageEntry::__construct (
SetaPDF_Core_Geometry_Point|SetaPDF_Core_Geometry_Rectangle $geometry, mixed $data
)The constructor.
Parameters
- $geometry : SetaPDF_Core_Geometry_Point|SetaPDF_Core_Geometry_Rectangle
- $data : mixed
getGeometry()
public SetaPDF_Extractor_Storage_StorageEntry::getGeometry (
void
): SetaPDF_Core_Geometry_Point|SetaPDF_Core_Geometry_RectangleGet the Geometry that was used to insert the data.