Exemplo n.º 1
0
 /**
  * @constructor
  * @param SimpleElement $element
  * @param BlockFactory $blockFactory
  * @param Mapper $mapper
  * @param BrowserInterface $browser
  * @param SequenceSorterInterface $sequenceSorter
  * @param ObjectManager $objectManager
  * @param array $config [optional]
  */
 public function __construct(SimpleElement $element, BlockFactory $blockFactory, Mapper $mapper, BrowserInterface $browser, SequenceSorterInterface $sequenceSorter, ObjectManager $objectManager, array $config = [])
 {
     $this->objectManager = $objectManager;
     parent::__construct($element, $blockFactory, $mapper, $browser, $sequenceSorter, $config);
 }