Entity
Table of Contents
Methods
-
getFullPrefix()
: string
-
getOptions()
: array<string|int, mixed>
-
getPrefix()
: string
-
getType()
: string
-
setFullPrefix()
: self
-
setOption()
: self
-
setPrefix()
: self
-
setType()
: self
getFullPrefix()
public
getFullPrefix() : string
getOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getPrefix()
public
getPrefix() : string
getType()
public
getType() : string
setFullPrefix()
public
setFullPrefix(string $fullPrefix) : self
Parameters
-
$fullPrefix
: string
-
setOption()
public
setOption(array<string|int, mixed> $options) : self
Parameters
-
$options
: array<string|int, mixed>
-
setPrefix()
public
setPrefix(string $prefix) : self
Parameters
-
$prefix
: string
-
setType()
public
setType(string $type) : self
Parameters
-
$type
: string
-