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()  : mixed
key()  : mixed
next()  : void
rewind()  : void
valid()  : false

Methods

count()

public count() : int
Return values
int

current()

public current() : mixed
Tags
phpstan-return

null

key()

public key() : mixed
Tags
phpstan-return

null

valid()

public valid() : false
Return values
false

        
On this page

Search results