| 1 | <?php |
||
| 7 | class ModelVisualPhoto extends Photo |
||
| 8 | { |
||
| 9 | protected $offerId = null; |
||
| 10 | |||
| 11 | protected $colorId = null; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Retrieve the offerId property |
||
| 15 | * |
||
| 16 | * @return string|null |
||
| 17 | */ |
||
| 18 | 1 | public function getOfferId() |
|
| 22 | |||
| 23 | /** |
||
| 24 | * Retrieve the colorId property |
||
| 25 | * |
||
| 26 | * @return int|null |
||
| 27 | */ |
||
| 28 | public function getColorId() |
||
| 32 | } |
||
| 33 |