SimpleChoiceList deprecated::getChoicesForValues()

array getChoicesForValues(array $values)

Returns the choices corresponding to the given values.

The choices can have any data type.

The choices must be returned with the same keys and in the same order as the corresponding values in the given array.

Parameters

array $values An array of choice values. Not existing values in this array are ignored

Return Value

array An array of choices with ascending, 0-based numeric keys
doc_Symfony
2016-10-28 06:32:37
Comments
Leave a Comment

Please login to continue.