mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
8 lines
159 B
PHP
8 lines
159 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Represents a page step in a form, which may contain form fields or other groups
|
||
|
*/
|
||
|
class UserFormsStepField extends UserFormsCompositeField {
|
||
|
}
|