コード例 #1
0
ファイル: Eav.php プロジェクト: rafaelstz/magento2
 /**
  * Check if attribute scope is global.
  *
  * @param ProductAttributeInterface $attribute
  * @return bool
  */
 private function isScopeGlobal($attribute)
 {
     return $attribute->getScope() === ProductAttributeInterface::SCOPE_GLOBAL_TEXT;
 }