EsriEmbedUrl extends EmbedUrl
Table of Contents
$host | ||
---|---|---|
$path | ||
$str | ||
$id | ||
$scheme | ||
$query | ||
$host | ||
$path | ||
$fragment | ||
__construct() | mixed | |
determine_type() | mixed | |
setToken() | mixed | |
determine_id() | mixed | |
createFromString() | mixed | |
__toString() | mixed |
Properties
$host
public
mixed
$host
= 'www.arcgis.com'
$path
public
mixed
$path
= '/apps/opsdashboard/index.html'
$str
public
mixed
$str
$id
public
mixed
$id
$scheme
public
mixed
$scheme
= 'https'
$query
public
mixed
$query
= []
$host
public
mixed
$host
= 'www.arcgis.com'
$path
public
mixed
$path
= '/apps/opsdashboard/index.html'
$fragment
public
mixed
$fragment
= null
Methods
__construct()
public
__construct(
$id :
mixed
)
: mixed
Parameters
- $id : mixed
Return values
mixeddetermine_type()
public
determine_type(
)
: mixed
Return values
mixedsetToken()
public
setToken(
$token :
mixed
)
: mixed
Parameters
- $token : mixed
Return values
mixeddetermine_id()
public
static determine_id(
$parts :
mixed
)
: mixed
Parameters
- $parts : mixed
Return values
mixedcreateFromString()
public
static createFromString(
$str :
mixed
)
: mixed
Parameters
- $str : mixed
Return values
mixed__toString()
public
__toString(
)
: mixed