mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Defining $children as a public variable
Defining $children as a public variable (it was previously defined on-the-fly)
This commit is contained in:
parent
59dbdcfc55
commit
676aa8de05
@ -59,6 +59,13 @@ class ConfirmedPasswordField extends FormField {
|
|||||||
*/
|
*/
|
||||||
public $showOnClickTitle;
|
public $showOnClickTitle;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Child fields (_Password, _ConfirmPassword)
|
||||||
|
*
|
||||||
|
* @var FieldList
|
||||||
|
*/
|
||||||
|
public $children;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $name
|
* @param string $name
|
||||||
* @param string $title
|
* @param string $title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user