setasign\SetaPDF2\Extractor\Storage
StorageInterface A interface to implement different storage types
File: /SetaPDF v2/Extractor/Storage/StorageInterface.php
Old class name (alias):
\SetaPDF_Extractor_Storage_StorageInterface
Implemented in
Summary
Methods
get()
Get all entries intersecting with the given geometry.
Parameters
getIntersecting()
insert()
abstract public StorageInterface::insert (
\setasign\SetaPDF2\Core\Geometry\Point|\setasign\SetaPDF2\Core\Geometry\Rectangle $geometry,
mixed $data
): StorageEntrymixed $data
Create a new entry for the data using the geometry and inserts it into the storage.
Parameters
- $geometry : \setasign\SetaPDF2\Core\Geometry\Point|\setasign\SetaPDF2\Core\Geometry\Rectangle
- $data : mixed