MINOR Style guidelines

This commit is contained in:
Stig Lindqvist 2012-05-09 15:17:06 +12:00
parent 3256663cad
commit 8e80dc2040

View File

@ -7,15 +7,15 @@
class SubmittedForm extends DataObject {
static $has_one = array(
public static $has_one = array(
"SubmittedBy" => "Member",
"Parent" => "UserDefinedForm",
);
static $has_many = array(
public static $has_many = array(
"Values" => "SubmittedFormField"
);
/**
* Before we delete this form make sure we delete all the
* field values so that we don't leave old data round