setasign\SetaPDF2\Extractor\Result
Collection This class represents a collection of items implementing HasBoundsInterface
File: /SetaPDF v2/Extractor/Result/Collection.php
Old class name (alias):
\SetaPDF_Extractor_Result_Collection
Class hierarchy
Implements
Summary
Properties
Methods
__construct()
public Collection::__construct (
\SetaPDF_Extractor_Result_HasBoundsInterface[] $items = array (
)
)The constructor.
Parameters
getBounds()
Get the outer-most bounds of all items in this collection.
This method will only return values of non-rotated items.
offsetGet()
Implementation of the ArrayAccess interface.
Parameters
- $offset : int
Exceptions
Throws \InvalidArgumentException
See
offsetSet()
Implementation of the ArrayAccess interface.
Parameters
- $offset : ?int
- $value : \SetaPDF_Extractor_Result_HasBoundsInterface
Exceptions
Throws \InvalidArgumentException