Interface
StringMapInterface
Magento\PageBuilder\Model\Dom\Adapter\StringMapInterface
What it does
This interface defines a contract for string map wrappers in PageBuilder's DOM adapter layer.
Developers use implementations of this interface to work with key-value string collections that support both object property access (__get, __set) and array access (offsetGet, offsetSet) patterns, commonly used when manipulating HTML attributes or DOM element properties in PageBuilder content.
Public Methods
- offsetExists()
- offsetGet()
- offsetSet()
- offsetUnset()