mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1138 from sunnysideup/patch-13
Update forms/DropdownField.php
This commit is contained in:
commit
cd1e87cb3b
@ -84,7 +84,7 @@
|
|||||||
class DropdownField extends FormField {
|
class DropdownField extends FormField {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var boolean $source Associative or numeric array of all dropdown items,
|
* @var Array $source Associative or numeric array of all dropdown items,
|
||||||
* with array key as the submitted field value, and the array value as a
|
* with array key as the submitted field value, and the array value as a
|
||||||
* natural language description shown in the interface element.
|
* natural language description shown in the interface element.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user