mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63616 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b7d56b9e8a
commit
8f3b3fedaa
@ -15,8 +15,17 @@ class FieldSet extends DataObjectSet {
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $sequentialSet;
|
protected $sequentialSet;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
protected $sequentialSaveableSet;
|
protected $sequentialSaveableSet;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @todo Documentation
|
||||||
|
*/
|
||||||
|
protected $containerField;
|
||||||
|
|
||||||
public function __construct($items = null) {
|
public function __construct($items = null) {
|
||||||
// if the first parameter is not an array, or we have more than one parameter, collate all parameters to an array
|
// if the first parameter is not an array, or we have more than one parameter, collate all parameters to an array
|
||||||
// otherwise use the passed array
|
// otherwise use the passed array
|
||||||
@ -148,7 +157,7 @@ class FieldSet extends DataObjectSet {
|
|||||||
* Remove a field from this FieldSet by Name.
|
* Remove a field from this FieldSet by Name.
|
||||||
* The field could also be inside a CompositeField.
|
* The field could also be inside a CompositeField.
|
||||||
*
|
*
|
||||||
* @param string $fieldName The name of the field
|
* @param string $fieldName The name of the field or tab
|
||||||
* @param boolean $dataFieldOnly If this is true, then a field will only
|
* @param boolean $dataFieldOnly If this is true, then a field will only
|
||||||
* be removed if it's a data field. Dataless fields, such as tabs, will
|
* be removed if it's a data field. Dataless fields, such as tabs, will
|
||||||
* be left as-is.
|
* be left as-is.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user