EmptyFileSearchResult implements FileSearchResultInterface

Represents an empty search result (no matches found)

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

count()  : int
current()  : void
key()  : void
next()  : void
rewind()  : void
valid()  : bool

Methods

count()

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

current()

public current() : void
Tags
see
Iterator::current()
todo

change return type to mixed in TYPO3 v12 (breaking).

Attributes
#[ReturnTypeWillChange]

key()

public key() : void
Tags
see
Iterator::key()
todo

change return type to mixed in TYPO3 v12 (breaking).

Attributes
#[ReturnTypeWillChange]

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