1 | <?php |
||
8 | class OveruseServerPrice extends Price |
||
9 | { |
||
10 | use ModelTrait; |
||
11 | |||
12 | public static function tableName() |
||
16 | |||
17 | /** |
||
18 | * @return array |
||
19 | */ |
||
20 | public function rules(): array |
||
27 | |||
28 | /** |
||
29 | * @return array |
||
30 | */ |
||
31 | public function attributeLabels(): array |
||
37 | |||
38 | /** {@inheritdoc} */ |
||
39 | public function isServer95Traf() |
||
43 | |||
44 | } |
||
45 |