isAttributeChanged() public method
Returns a value indicating whether the named attribute has been changed.
public boolean isAttributeChanged ( $name, $identical = true ) | ||
---|---|---|
$name | string |
The name of the attribute. |
$identical | boolean |
Whether the comparison of new and old value is made for identical values using |
return | boolean |
Whether the attribute has been changed |
Please login to continue.