Pimcore\Model\Object\Listing\Concrete::setFieldCollections PHP Method

setFieldCollections() public method

public setFieldCollections ( $fieldCollections )
$fieldCollections
    public function setFieldCollections($fieldCollections)
    {
        foreach ($fieldCollections as $fc) {
            $this->addFieldCollection($fc['type'], $fc['fieldname']);
        }
        return $this;
    }