Commit 5cfe191b by semenov

Доработка свойств товаров

parent f7cd8a2d
...@@ -54,6 +54,7 @@ use yii\widgets\ActiveForm; ...@@ -54,6 +54,7 @@ use yii\widgets\ActiveForm;
* @property string $component * @property string $component
* @property string $component_settings * @property string $component_settings
* @property string $hint * @property string $hint
* @property ProductPropertyEnum $productPropertyEnums
*/ */
class ProductProperty extends Core class ProductProperty extends Core
{ {
......
...@@ -15,6 +15,7 @@ use skeeks\cms\models\behaviors\Implode; ...@@ -15,6 +15,7 @@ use skeeks\cms\models\behaviors\Implode;
use skeeks\cms\models\Core; use skeeks\cms\models\Core;
/** /**
* @property ProductProperty $property
* Class ProductPropertyMap * Class ProductPropertyMap
* @package skeeks\modules\cms\catalog\models * @package skeeks\modules\cms\catalog\models
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment