From
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getDescription() : string|null
- getId() : string
- getName() : string
- isAvailable() : bool
- isDefault() : bool
Methods
__construct()
public
__construct(string $id, string $name[, string|null $description = null ][, bool $isDefault = false ][, bool $isAvailable = true ]) : mixed
Parameters
- $id : string
- $name : string
- $description : string|null = null
- $isDefault : bool = false
- $isAvailable : bool = true
getDescription()
public
getDescription() : string|null
Return values
string|nullgetId()
public
getId() : string
Return values
stringgetName()
public
getName() : string
Return values
stringisAvailable()
public
isAvailable() : bool
Return values
boolisDefault()
public
isDefault() : bool