MatthiasMullie\Scrapbook\Psr6\Item::hasChanged PHP Method

hasChanged() public method

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