Property | Type | Description | |
---|---|---|---|
$productRepository | ProductRepository |
Method | Description | |
---|---|---|
accessRules ( ) : array | ||
actionCopy ( ) | ||
actionCreate ( ) | Создает новую модель товара. | |
actionDelete ( integer $id ) | Удаяет модель товара из базы. | |
actionDeleteImage ( ) | ||
actionIndex ( ) | Управление товарами. | |
actionTypeAttributes ( $id ) | ||
actionTypeAttributesForm ( $id ) | ||
actionUpdate ( integer $id ) | Редактирование товара. | |
actionVariantRow ( $id ) | ||
actionView ( integer $id ) | Отображает товар по указанному идентификатору | |
actions ( ) : array | ||
init ( ) | ||
loadModel ( $id ) : Product |
Method | Description | |
---|---|---|
updateProductImages ( Product $product ) | ||
uploadAttributesFiles ( $model ) |
public actionCreate ( ) |
public actionDelete ( integer $id ) | ||
$id | integer | идентификатор товара, который нужно удалить |
public actionUpdate ( integer $id ) | ||
$id | integer | the ID of the model to be updated |
public actionView ( integer $id ) | ||
$id | integer | Идентификатор товар для отображения |
protected updateProductImages ( Product $product ) | ||
$product | Product |