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.
$_geometry
protected \setasign\SetaPDF2\Core\Geometry\Rectangle|\setasign\SetaPDF2\Core\Geometry\Point StorageEntry::$_geometry
The Geometry that was used to insert the data.
Methods
__construct()
public StorageEntry::__construct (
\setasign\SetaPDF2\Core\Geometry\Point|\setasign\SetaPDF2\Core\Geometry\Rectangle $geometry,
mixed $data
)mixed $data
The constructor.
Parameters
- $geometry : \setasign\SetaPDF2\Core\Geometry\Point|\setasign\SetaPDF2\Core\Geometry\Rectangle
- $data : mixed
getGeometry()
public StorageEntry::getGeometry (
void
): \setasign\SetaPDF2\Core\Geometry\Point|\setasign\SetaPDF2\Core\Geometry\RectangleGet the Geometry that was used to insert the data.