Add meta data
public addMetaData ( array $attributes, boolean $overwrite = false, mixed $uniqueKeys = null, mixed $additionalKey = null ) | ||
$attributes | array | The attributes to parse. |
$overwrite | boolean | Should we overwrite the current value? |
$uniqueKeys | mixed | Which keys can we use to decide if an item is unique. |
$additionalKey | mixed | This additional key helps you to create your own custom unique keys if required. |