Location
extends AbstractEntity
in package
Tags
Table of Contents
- $id : int
- $info : string
- $name : string
- __construct() : mixed
- getId() : int
- setupFields() : mixed
Properties
$id
public
int
$id
= 0
Tags
$info
public
string
$info
= ''
Tags
$name
public
string
$name
= ''
Tags
Methods
__construct()
public
__construct(int $id[, array<string|int, mixed> $fieldValues = [] ]) : mixed
Parameters
- $id : int
- $fieldValues : array<string|int, mixed> = []
-
Optional.
Tags
Return values
mixed —getId()
public
getId() : int
Tags
Return values
int —setupFields()
protected
setupFields( $fieldValues) : mixed