getOldAttribute() public method
Returns the old value of the named attribute.
If this record is the result of a query and the attribute is not loaded, null will be returned.
See also hasAttribute().
| public mixed getOldAttribute ( $name ) | ||
|---|---|---|
| $name | string |
The attribute name |
| return | mixed |
The old attribute value. |
Please login to continue.