This is the default implementation of a collection of data provider information.
Methods
{@inheritdoc}
__get($name)
{@inheritdoc}
__isset($name)
{@inheritdoc}
__set($name, $value)
{@inheritdoc}
__unset($name)
{@inheritdoc}
getIterator()
{@inheritdoc}
getProviderNames()
{@inheritdoc}
offsetExists($offset)
{@inheritdoc}
offsetGet($offset)
{@inheritdoc}
offsetSet($offset, $value)
Parameters
$offset
$value
{@inheritdoc}
offsetUnset($offset)
Convert a value into a data definition name.
makeName(\ContaoCommunityAlliance\DcGeneral\DataDefinition\DataProviderInformationInterface|string $information) : string
Convenience method to ensure we have a data provider name.
Parameters
Exceptions
Returns
string
Properties