Xpressengine\Support\Entity::getDirty PHP 메소드

getDirty() 공개 메소드

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