Static Public Member Functions | |
| static final boolean | updateTimestamp (Object object, Object attribute, String key, NSDictionary params) |
NSTimestamps. These rules are part of the default set of 'QuickRules'.
| static final boolean updateTimestamp | ( | Object | object, | |
| Object | attribute, | |||
| String | key, | |||
| NSDictionary | params | |||
| ) | [static] |
One of the many 'mutators' which never fail, unless of course, an exception is thrown.
A mutator simply modifies (or mutates) the attribute is some way.
In this case, it updates the attribute to the current time.
| object | The object whose attribute is being validated. | |
| attribute | The attribute being validated. | |
| key | The key used to access the attribute. | |
| params | The param dictionary which must contain the above mentioned key-value pairs. |
true
1.5.8