Contentserv PHP API

ObjectDatabaseConfiguration
in package

Tags

Table of Contents

__construct()  : mixed
getHostAddress()  : string
getPassword()  : string
getPort()  : int
getScheme()  : string
getTablePrefix()  : string
getUniqueKey()  : string
getUserName()  : string
loadFromOptions()  : void
Load ElasticSearch configurations from the administrations or custom settings
loadFromProperties()  : void
setHostAddress()  : void
setPassword()  : void
setPort()  : void
setScheme()  : void
setTablePrefix()  : void
setUserName()  : void

Methods

loadFromOptions()

Load ElasticSearch configurations from the administrations or custom settings

public final loadFromOptions() : void
Tags
Return values
void

loadFromProperties()

public final loadFromProperties() : void
Tags
deprecated

please use loadFromOptions() instead

Return values
void

setHostAddress()

public final setHostAddress(string $sHostAddress) : void
Parameters
$sHostAddress : string
Tags
Return values
void

setPassword()

public final setPassword(string $sPassword) : void
Parameters
$sPassword : string
Tags
Return values
void

setScheme()

public final setScheme(string $sScheme) : void
Parameters
$sScheme : string
Tags
Return values
void

setTablePrefix()

public final setTablePrefix([string $sPrefix = '' ]) : void
Parameters
$sPrefix : string = ''
Tags
Return values
void

setUserName()

public final setUserName(string $sUserName) : void
Parameters
$sUserName : string
Tags
Return values
void

        

Search results