mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: added comment (from r94856)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95626 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ca45cbe7e2
commit
d8017fe459
@ -119,6 +119,11 @@ class PermissionCheckboxSetField extends CheckboxSetField {
|
|||||||
return "<ul id=\"{$this->id()}\" class=\"optionset checkboxsetfield{$this->extraClass()}\">\n$options</ul>\n";
|
return "<ul id=\"{$this->id()}\" class=\"optionset checkboxsetfield{$this->extraClass()}\">\n$options</ul>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Update the permission set associated with $record DataObject
|
||||||
|
*
|
||||||
|
* @param DataObject $record
|
||||||
|
*/
|
||||||
function saveInto(DataObject $record) {
|
function saveInto(DataObject $record) {
|
||||||
$fieldname = $this->name;
|
$fieldname = $this->name;
|
||||||
$managedClass = $this->managedClass;
|
$managedClass = $this->managedClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user