Uri
in package
implements
UriInterface
Representation of a URI.
Table of Contents
Interfaces
- UriInterface
- An interface for objects that repsent some type of Uri.
Properties
Methods
- __construct() : mixed
- getMetaData() : string
- Get the metadata xml for this track.
- getUri() : string
- Get the URI for this track.
Properties
$metadata
private
string
$metadata
= ""
$uri
private
string
$uri
= ""
Methods
__construct()
public
__construct(string $uri, string $metadata) : mixed
Parameters
- $uri : string
- $metadata : string
getMetaData()
Get the metadata xml for this track.
public
getMetaData() : string
Return values
stringgetUri()
Get the URI for this track.
public
getUri() : string