View
class View extends Model
View
Properties
string | $name | ||
URI | $url |
Methods
__construct(string $name, URI $url)
Neuer View
string
getName()
getName
URI
getUrl()
getUrl
static View
getInstanceFromArray(Array $array)
getInstanceFromArray
Details
in Model at line 45
static Model
getInstanceFromJson(string $json)
Instanz aus einem JSON-String erstellen
at line 53
__construct(string $name, URI $url)
Neuer View
at line 65
string
getName()
getName
at line 74
URI
getUrl()
getUrl
at line 85
static View
getInstanceFromArray(Array $array)
getInstanceFromArray