| 1 | <?php |
||
| 21 | class PriceHistory extends Price |
||
| 22 | { |
||
| 23 | use ModelTrait; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritDoc |
||
| 27 | */ |
||
| 28 | public function rules() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritDoc |
||
| 38 | */ |
||
| 39 | public function attributeLabels() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @inheritDoc |
||
| 48 | */ |
||
| 49 | public function isQuantityPredefined(): bool |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @inheritdoc |
||
| 56 | */ |
||
| 57 | public static function instantiate($row) |
||
| 64 | } |
||
| 65 |