Work on products, first completed broadband
This commit is contained in:
@@ -27,6 +27,11 @@ class SSL extends ProductType implements ProductSupplier
|
||||
return '';
|
||||
}
|
||||
|
||||
public function getContractTermAttribute(): int
|
||||
{
|
||||
return 12;
|
||||
}
|
||||
|
||||
public function getCostAttribute(): float
|
||||
{
|
||||
// N/A
|
||||
@@ -51,4 +56,14 @@ class SSL extends ProductType implements ProductSupplier
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
||||
public function getTypeAttribute()
|
||||
{
|
||||
return 'SSL Certificate';
|
||||
}
|
||||
|
||||
public function hasUsage(): bool
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user