ConfigSynonym

Class representing a configuration synonym of a @see \io\vertx\jphp\kafka\admin\ConfigEntry

package

Default

Methods

ConfigSynonym constructor

__construct( $configSynonym = null) 

Arguments

$configSynonym

mixed | null

getName

getName() : string

Response

string

getSource

getSource() : string

Response

string

getValue

getValue() : string

Response

string

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setSource

setSource( $source) : $this

Arguments

$source

string

Response

$this

setValue

setValue( $value) : $this

Arguments

$value

string

Response

$this