Domain
class Domain extends Alvine
Domain
Constants
GLOBAL_DOMAIN |
Globale Namensraum |
Properties
protected string | $name | ||
protected string | $description | ||
protected Specification> | $specifications |
Methods
__construct(type $name)
Neue Instanz
string
getName()
getName
string
getDescription()
getDescription
Specification>
getSpecifications()
getSpecifications
setDescription(string $description)
setDescription
string
asJSON()
Json
array
toArray()
Array
Details
at line 65
__construct(type $name)
Neue Instanz
at line 78
string
getName()
getName
at line 87
string
getDescription()
getDescription
at line 96
Specification>
getSpecifications()
getSpecifications
at line 107
Domain
setName(string $name)
setName
at line 119
Domain
setDescription(string $description)
setDescription
at line 131
Domain
addSpecifications(Specification $specifications)
setSpecifications
at line 141
string
asJSON()
Json
at line 150
array
toArray()
Array