@@ -92,6 +92,7 @@ discard block |
||
| 92 | 92 | * The name of the field |
| 93 | 93 | * @param mixed $value |
| 94 | 94 | * The value of this field |
| 95 | + * @return void |
|
| 95 | 96 | */ |
| 96 | 97 | public function addField($fieldname, $value); |
| 97 | 98 | |
@@ -120,6 +121,7 @@ discard block |
||
| 120 | 121 | * The name of the field |
| 121 | 122 | * @param mixed $value |
| 122 | 123 | * The additional value of this field |
| 124 | + * @return void |
|
| 123 | 125 | */ |
| 124 | 126 | public function addMultiValueField($field, $value); |
| 125 | 127 | |
@@ -131,6 +133,7 @@ discard block |
||
| 131 | 133 | * |
| 132 | 134 | * @param string $clazz |
| 133 | 135 | * The classname |
| 136 | + * @return void |
|
| 134 | 137 | */ |
| 135 | 138 | public function setEntityClass($clazz); |
| 136 | 139 | |
@@ -150,6 +153,7 @@ discard block |
||
| 150 | 153 | * |
| 151 | 154 | * @param mixed $id |
| 152 | 155 | * The ID of the corresponding entity |
| 156 | + * @return void |
|
| 153 | 157 | */ |
| 154 | 158 | public function setEntityId($id); |
| 155 | 159 | |
@@ -166,6 +170,7 @@ discard block |
||
| 166 | 170 | * hiding some programatically needed complexity from the user |
| 167 | 171 | * |
| 168 | 172 | * @param string $type |
| 173 | + * @return void |
|
| 169 | 174 | */ |
| 170 | 175 | public function setEntityType($type); |
| 171 | 176 | |
@@ -176,7 +181,7 @@ discard block |
||
| 176 | 181 | * |
| 177 | 182 | * If no entity type is set, the class will be used instead |
| 178 | 183 | * |
| 179 | - * @param return $type |
|
| 184 | + * @return string |
|
| 180 | 185 | */ |
| 181 | 186 | public function getEntityType(); |
| 182 | 187 | |
@@ -186,6 +191,7 @@ discard block |
||
| 186 | 191 | * <strong>note:</strong> This may not supported by the underlying implementation |
| 187 | 192 | * |
| 188 | 193 | * @param string $path |
| 194 | + * @return void |
|
| 189 | 195 | */ |
| 190 | 196 | public function setFile($path); |
| 191 | 197 | |