LocationCreateModel
extends BaseComponent
in package
Table of Contents
Properties
- $address_line1 : string|null
- $address_line2 : string|null
- $address_line3 : string|null
- $city : string|null
- $country : string|null
- $directions : string|null
- $map_url : string|null
- $name : string
- $opponent_id : int|null
- $province : string|null
- $state : string|null
- $state_short : string|null
- $travel_time : int|null
- $zip : string|null
- $fields : array<string|int, string>
Properties
$address_line1
public
string|null
$address_line1
Location Address Line 1
$address_line2
public
string|null
$address_line2
Location Address Line 2
$address_line3
public
string|null
$address_line3
Location Address Line 3
$city
public
string|null
$city
Location City
$country
public
string|null
$country
Location Country
$directions
public
string|null
$directions
Directions to the location
$map_url
public
string|null
$map_url
URL to the directions/map
$name
public
string
$name
Name of the location
$opponent_id
public
int|null
$opponent_id
ID of the opponent
$province
public
string|null
$province
Location Province
$state
public
string|null
$state
Location State
$state_short
public
string|null
$state_short
Location State abbreviation
$travel_time
public
int|null
$travel_time
Travel time (minutes) to the location
$zip
public
string|null
$zip
Location Zip
$fields
protected
static array<string|int, string>
$fields
= ["opponent_id" => "int", "name" => "string", "directions" => "string", "travel_time" => "int", "address_line1" => "string", "address_line2" => "string", "address_line3" => "string", "city" => "string", "state" => "string", "state_short" => "string", "country" => "string", "zip" => "string", "province" => "string", "map_url" => "string"]