GmConfiguration
in package
implements
GmConfigurationInterface
Class GmConfiguration
Interfaces, Classes and Traits
- GmConfigurationInterface
- Interface GmConfigurationInterface
Table of Contents
- $groupId : int
- $id : int
- $key : string
- $sortOrder : int
- $value : string
- __construct() : mixed
- GmConfiguration constructor.
- groupId() : int
- id() : int
- key() : string
- setGroupId() : void
- setSortOrder() : void
- setValue() : void
- sortOrder() : int
- value() : string
Properties
$groupId
protected
int
$groupId
$id
protected
int
$id
$key
protected
string
$key
$sortOrder
protected
int
$sortOrder
$value
protected
string
$value
Methods
__construct()
GmConfiguration constructor.
public
__construct(int $id, string $key, string $value, int $groupId, int $sortOrder) : mixed
Parameters
- $id : int
- $key : string
- $value : string
- $groupId : int
- $sortOrder : int
Return values
mixed —groupId()
public
groupId() : int
Return values
int —id()
public
id() : int
Return values
int —key()
public
key() : string
Return values
string —setGroupId()
public
setGroupId(int $groupId) : void
Parameters
- $groupId : int
Return values
void —setSortOrder()
public
setSortOrder(int $sortOrder) : void
Parameters
- $sortOrder : int
Return values
void —setValue()
public
setValue(string $value) : void
Parameters
- $value : string
Return values
void —sortOrder()
public
sortOrder() : int
Return values
int —value()
public
value() : string