Exemplo n.º 1
0
 public function __construct(FieldConfigInterface $fieldConfig, ValuesBag $valuesBag, $maxCount = 100, $groupIdx = 0, $level = 0)
 {
     $this->config = $fieldConfig;
     $this->valuesBag = $valuesBag;
     $this->maxCount = $maxCount;
     $this->groupIdx = $groupIdx;
     $this->level = $level;
     $this->count = $valuesBag->count();
 }