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

__destruct() 공개 메소드

When this item is being killed, we should no longer keep its value around in the repository. Free up some memory!
public __destruct ( )
    public function __destruct()
    {
        $this->repository->remove($this->hash);
    }