| 1 | <?php |
||
| 12 | class Tariff extends \hipanel\modules\finance\models\Tariff implements CalculableModelInterface |
||
| 13 | { |
||
| 14 | const TYPE_XEN = 'svds'; |
||
| 15 | const TYPE_OPENVZ = 'ovds'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Method creates and returns corresponding Calculation model |
||
| 19 | * |
||
| 20 | * @return OrderCalculation |
||
| 21 | */ |
||
| 22 | public function getCalculationModel() |
||
| 28 | } |
||
| 29 |