Table of Contents
Methods
-
__construct()
: mixed
-
createPattern()
: string
-
delete()
: mixed
-
destroy()
: mixed
-
getById()
: static
-
getData()
: mixed
-
getId()
: mixed
-
getInstance()
: static
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
-
translitAndCreatePattern()
: string
__construct()
public
__construct(mixed $id[, mixed $languageId = null ]) : mixed
Parameters
-
$id
: mixed
-
-
$languageId
: mixed
= null
-
createPattern()
public
createPattern(string $word) : string
Parameters
-
$word
: string
-
delete()
public
delete() : mixed
destroy()
public
destroy() : mixed
getById()
public
static getById(int $id) : static
Parameters
-
$id
: int
-
getData()
public
getData() : mixed
getId()
public
getId() : mixed
getInstance()
public
static getInstance(static|int $object) : static
Parameters
-
$object
: static|int
-
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-
translitAndCreatePattern()
public
translitAndCreatePattern(string $word) : string
Parameters
-
$word
: string
-