_get(self::SCOPE); } /** * @inheritDoc */ public function getScopeId() { return $this->_get(self::SCOPE_ID); } /** * @inheritDoc */ public function setScope($scope) { return $this->setData(self::SCOPE, $scope); } /** * @inheritDoc */ public function setScopeId($scopeId = null) { return $this->setData(self::SCOPE_ID, $scopeId); } /** * @inheritDoc */ public function getExtensionAttributes() { return $this->_getExtensionAttributes(); } /** * @inheritDoc */ public function setExtensionAttributes(\Magento\Theme\Api\Data\DesignConfigExtensionInterface $extensionAttributes) { return $this->_setExtensionAttributes($extensionAttributes); } }