Template
in package
Table of Contents
- $id : mixed
- $location : mixed
- __construct() : mixed
- Template constructor.
- getId() : mixed
- getLocation() : mixed
- setId() : void
- setLocation() : void
Properties
$id
private
mixed
$id
$location
private
mixed
$location
Methods
__construct()
Template constructor.
public
__construct( $id, $location) : mixed
Parameters
Return values
mixed —getId()
public
getId() : mixed
Return values
mixed —getLocation()
public
getLocation() : mixed
Return values
mixed —setId()
public
setId(mixed $id) : void
Parameters
- $id : mixed
Return values
void —setLocation()
public
setLocation(mixed $location) : void
Parameters
- $location : mixed