| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class ServerRenewPurchase extends AbstractServerPurchase |
||
| 19 | { |
||
| 20 | use ModelTrait; |
||
| 21 | |||
| 22 | /** {@inheritdoc} */ |
||
| 23 | public static function operation() |
||
| 24 | { |
||
| 25 | return 'Renew'; |
||
| 26 | } |
||
| 27 | |||
| 28 | /** {@inheritdoc} */ |
||
| 29 | public function init() |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @var string domain expiration datetime |
||
| 39 | */ |
||
| 40 | public $expires; |
||
| 41 | |||
| 42 | public function rules() |
||
| 50 |