blob: f7f53cea409fb0f0642b84444056d43f42e33c61 [file] [log] [blame]
<?php
class sfWidgetFormSchema {
const
FIRST = 'first',
LAST = 'last',
BEFORE = 'before',
AFTER = 'after';
private
$field1,
$field2;
}
?>