markAttributeDirty() public method
Marks an attribute dirty.
This method may be called to force updating a record when calling update(), even if there is no change being made to the record.
public void markAttributeDirty ( $name ) | ||
---|---|---|
$name | string |
The attribute name |
Please login to continue.