Skip to content

Commit 84dc765

Browse files
author
Stanislav Idolov
committed
MAGETWO-32134: Build stabilization
1 parent e3153e7 commit 84dc765

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/Catalog/Api/Data/ProductAttributeDataBuilder.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,16 @@ public function setFrontendInput($frontendInput)
237237
return $this;
238238
}
239239

240+
/**
241+
* @param string|null $entityTypeId
242+
* @return $this
243+
*/
244+
public function setEntityTypeId($entityTypeId)
245+
{
246+
$this->_set('entity_type_id', $entityTypeId);
247+
return $this;
248+
}
249+
240250
/**
241251
* @param bool $isRequired
242252
* @return $this

0 commit comments

Comments
 (0)