27 return 'OnSalePropertyValueDeleted';
36 return 'OnBeforeSalePropertyValueDeleted';
45 return $registry->getPropertyClassName();
57 $propertyCollection = static::createPropertyValueCollectionObject();
58 $propertyCollection->setOrder(
$order);
62 $propertyValueClassName = $registry->getPropertyValueClassName();
64 $props = $propertyValueClassName::loadForOrder(
$order);
67 foreach ($props as $prop)
69 $prop->setCollection($propertyCollection);
70 $propertyCollection->addItem($prop);
73 return $propertyCollection;
92 $property = parent::addItem($property);
107 $oldItem = parent::deleteItem($index);
165 return $registry->getPropertyValueClassName();
175 $propertyValueCollectionClassName = $registry->getPropertyValueCollectionClassName();
176 return new $propertyValueCollectionClassName();
191 return $this->getPropertiesByGroupId($groupId);
static loadMessages($file)