MatthiasMullie\Scrapbook\Psr6\Item::hasChanged PHP 메소드

hasChanged() 공개 메소드

We'll want to know if this Item was altered (value or expiration date) once we'll want to store it.
public hasChanged ( ) : boolean
리턴 boolean
    public function hasChanged()
    {
        return $this->changed;
    }