TextSearchResults
in package
implements
IteratorAggregate, Countable
FinalYes
Collection of text search matches across a PDF document.
Tags
Table of Contents
Interfaces
- IteratorAggregate
- Countable
Methods
- __construct() : mixed
- all() : array<int, TextMatch>
- count() : int
- first() : TextMatch|null
- getIterator() : ArrayIterator<int, TextMatch>
Methods
__construct()
public
__construct(array<int, TextMatch> $matches) : mixed
Parameters
- $matches : array<int, TextMatch>
all()
public
all() : array<int, TextMatch>
Return values
array<int, TextMatch>count()
public
count() : int
Return values
intfirst()
public
first() : TextMatch|null
Return values
TextMatch|nullgetIterator()
public
getIterator() : ArrayIterator<int, TextMatch>