silverstripe-userforms/code/model/editableformfields/EditableFieldGroupEnd.php
2015-08-12 09:57:54 +12:00

17 lines
231 B
PHP

<?php
/**
* Specifies that this ends a group of fields
*/
class EditableFieldGroupEnd extends EditableFormField {
/**
* Disable selection of group class
*
* @config
* @var bool
*/
private static $hidden = true;
}