Property | Type | Description | |
---|---|---|---|
$available | boolean | Whether the service is available | |
$data | string[] |
Method | Description | |
---|---|---|
__construct ( ) | ||
add ( string $key, mixed $value ) : boolean | ||
delete ( string $key ) : boolean | void | ||
get ( string $key ) : array | boolean | string | ||
setAvailable ( boolean $available ) |
protected bool $available | ||
return | boolean |