Contentserv PHP API

_ObjectDatabaseGenericExtendedSetting extends _ObjectDatabaseGenericBasicSetting
in package

Tags

Table of Contents

addParameter()  : bool
Adds a parameter for a given key to the tokenizer setting.
getDefinition()  : array<string|int, mixed>
getName()  : string
getParameterForKey()  : mixed|null
Returns a value for the given parameter key.
getParameters()  : array<string|int, ObjectDatabaseParameter>
Returns all added parameter.
getType()  : int|null
removeParameterForKey()  : bool
Removes a parameter for a given key of the tokenizer settings.
setName()  : void
setType()  : void

Methods

getParameterForKey()

Returns a value for the given parameter key.

public getParameterForKey(string $sKey) : mixed|null

The method returns null if no value has been found for the given key.

Parameters
$sKey : string
Tags
Return values
mixed|null

removeParameterForKey()

Removes a parameter for a given key of the tokenizer settings.

public removeParameterForKey(string $sKey) : bool

If the parameter does not exist the method returns false, otherwise true.

Parameters
$sKey : string
Tags
Return values
bool

        

Search results