/**
  * Store initialized resultArray
  */
 protected function initializeResultArray()
 {
     $this->resultArray = parent::initializeResultArray();
 }
Exemple #2
0
 /**
  *
  * @param array $data not used right now!
  */
 public function __construct(NodeFactory $nodeFactory, array $data)
 {
     // nodeFactory is not used and will be removed in later version
     parent::__construct($nodeFactory, $data);
 }