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

Afficher le fichier Open project: flarum/core Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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