|
<?php
|
|
namespace Magento\ConfigurableProduct\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\ConfigurableProduct\Api\Data\OptionInterface
|
|
*/
|
|
class OptionExtension extends \Magento\Framework\Api\AbstractSimpleObject implements OptionExtensionInterface
|
|
{
|
|
}
|