Page MenuHomePhorge

DomainHosting.php
No OneTemporary

Size
601 B
Referenced Files
None
Subscribers
None

DomainHosting.php

<?php
namespace App\Handlers;
class DomainHosting extends \App\Handlers\Base
{
/**
* The entitleable class for this handler.
*
* @return string
*/
public static function entitleableClass(): string
{
return \App\Domain::class;
}
/**
* SKU handler metadata.
*
* @param \App\Sku $sku The SKU object
*
* @return array
*/
public static function metadata(\App\Sku $sku): array
{
$data = parent::metadata($sku);
$data['readonly'] = true;
$data['enabled'] = true;
return $data;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 20, 5:44 PM (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387261
Default Alt Text
DomainHosting.php (601 B)

Event Timeline