PHP Interface Flarum\Core\Search\Discussion\Fulltext\DriverInterface

Show file Open project: flarum/core Interface Usage Examples

Public Methods

Method Description
match ( string $string ) : array Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.

Method Details

match() public method

Return an array of arrays of post IDs, grouped by discussion ID, which match the given string.
public match ( string $string ) : array
$string string
return array