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

syncOriginal() 공개 메소드

Sync the original attributes with the current.
public syncOriginal ( )
    public function syncOriginal()
    {
        $this->original = $this->attributes;
        return $this;
    }