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());
    }