mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix incorrect docs (merged from branches/2.2.0@45907, r45187)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@46096 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9c29864827
commit
cde02ea1fa
@ -1118,7 +1118,7 @@ class DataObject extends Controller implements DataObjectInterface {
|
|||||||
* Called by {@link __set()} and any setFieldName() methods you might create.
|
* Called by {@link __set()} and any setFieldName() methods you might create.
|
||||||
*
|
*
|
||||||
* @param string $fieldName Name of the field
|
* @param string $fieldName Name of the field
|
||||||
* @param mixed $value New field value
|
* @param mixed $val New field value
|
||||||
*/
|
*/
|
||||||
function setField($fieldName, $val) {
|
function setField($fieldName, $val) {
|
||||||
$defaults = $this->stat('defaults');
|
$defaults = $this->stat('defaults');
|
||||||
|
Loading…
Reference in New Issue
Block a user