silverstripe-framework/forms/ReadonlyTransformation.php

8 lines
224 B
PHP
Raw Normal View History

<?php
class ReadonlyTransformation extends FormTransformation {
// All of the ReadonlyTransformation's functionality is implemented in performReadonlyTransformation()
// methods on the individual FormField objects.
}
?>