Smile\ElasticsuiteCatalog\Model\Autocomplete\Product\Attribute\ItemFactory::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Magento\Framework\ObjectManagerInterface $objectManager, Magento\Framework\UrlInterface $urlBuilder )
$objectManager Magento\Framework\ObjectManagerInterface Object manager used to instantiate new item.
$urlBuilder Magento\Framework\UrlInterface URL Builder
    public function __construct(ObjectManagerInterface $objectManager, UrlInterface $urlBuilder)
    {
        parent::__construct($objectManager);
        $this->urlBuilder = $urlBuilder;
    }