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