ElggEntity::getOriginalAttributes PHP Method

getOriginalAttributes() public method

Get the original values of attribute(s) that have been modified since the entity was persisted.
public getOriginalAttributes ( ) : array
return array
    public function getOriginalAttributes()
    {
        return $this->orig_attributes;
    }