23 lines
447 B
PHP
23 lines
447 B
PHP
<?php
|
|
|
|
/**
|
|
* File from http://PrestaShow.pl
|
|
*
|
|
* DISCLAIMER
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future.
|
|
*
|
|
* @authors PrestaShow.pl <kontakt@prestashow.pl>
|
|
* @copyright 2015 PrestaShow.pl
|
|
* @license http://PrestaShow.pl/license
|
|
*/
|
|
class Combination extends CombinationCore
|
|
{
|
|
|
|
public $description;
|
|
public $width;
|
|
public $height;
|
|
public $depth;
|
|
|
|
}
|