Documentation

Search_Stemmer
in package

AbstractYes

Search.

Tags
subpackage

Search

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$instance  : array<string|int, mixed>
The singleton instances.

Methods

instance()  : mixed
Get instance of class
stem()  : mixed
Определение основы слова
_getDriverName()  : string
Get full driver name

Properties

$instance

The singleton instances.

public static array<string|int, mixed> $instance = array()

Methods

instance()

Get instance of class

public static instance(string $name) : mixed
Parameters
$name : string

class name

stem()

Определение основы слова

public abstract stem(string $word) : mixed
Parameters
$word : string

слово

_getDriverName()

Get full driver name

protected static _getDriverName(string $driver) : string
Parameters
$driver : string

driver name

Return values
string

        
On this page

Search results