The input array must have the following layout:
array(
'bin' => array() // list of the binary ids.
'value' => array() // list of the uuids.
'path' => array() // list of the paths.
)
public static convertValuesToDatabase ( array $values ) : array | ||
$values | array | The values to convert. |
return | array |