-
subpackage
-
Table of Contents
Methods
-
__serialize()
: array<string|int, mixed>
-
__sleep()
: array<string|int, mixed>
-
__unserialize()
: void
-
__wakeup()
: void
-
isBadTagWord()
: bool
-
isGoodTagWord()
: bool
-
isIndexable()
: bool
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>
__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
-
$serialized
: array<string|int, mixed>
-
__wakeup()
public
__wakeup() : void
isBadTagWord()
public
isBadTagWord(string $tag) : bool
Parameters
-
$tag
: string
-
isGoodTagWord()
public
isGoodTagWord(string $tag) : bool
Parameters
-
$tag
: string
-
isIndexable()
public
isIndexable(string $word) : bool
Parameters
-
$word
: string
-