FileSearchResult implements FileSearchResultInterface
Represents a search result for a given search query being an iterable and countable list of file objects.
Table of Contents
Interfaces
- FileSearchResultInterface
- Representation of a result for a search for files performed by FileSearchQuery, which is a collection of matching files.
Methods
- __construct() : mixed
- count() : int
- current() : File
- key() : int
- next() : void
- rewind() : void
- valid() : bool
Methods
__construct()
public
__construct(FileSearchDemand $searchDemand) : mixed
Parameters
- $searchDemand : FileSearchDemand
count()
public
count() : int
Tags
Return values
intcurrent()
public
current() : File
Tags
Return values
Filekey()
public
key() : int
Tags
Return values
intnext()
public
next() : void
Tags
rewind()
public
rewind() : void
Tags
valid()
public
valid() : bool