mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removing deprecated CompositeField::FieldSet(), use FieldList() instead
This commit is contained in:
parent
6448cd79bc
commit
0a5d43f1b3
@ -69,14 +69,6 @@ class CompositeField extends FormField {
|
||||
return $this->children;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 3.0 Please use {@link FieldList()}.
|
||||
*/
|
||||
public function FieldSet() {
|
||||
Deprecation::notice('3.0', 'Use FieldList() instead.');
|
||||
return $this->FieldList();
|
||||
}
|
||||
|
||||
public function setID($id) {
|
||||
$this->id = $id;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user