Xpressengine\Support\Entity::getDirty PHP Method

getDirty() public method

Get the attributes that have been changed since last sync.
public getDirty ( ) : array
return array
    public function getDirty()
    {
        return array_diff_assoc($this->getAttributes(), $this->getOriginal());
    }