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

count()

public count() : int
Tags
see
Countable::count()
Return values
int

key()

public key() : int
Tags
see
Iterator::key()
Return values
int

next()

public next() : void
Tags
see
Iterator::next()

rewind()

public rewind() : void
Tags
see
Iterator::rewind()

valid()

public valid() : bool
Tags
see
Iterator::valid()
Return values
bool

        
On this page

Search results