MatthiasMullie\Scrapbook\Buffered\Utils\Defer::__destruct PHP 메소드

__destruct() 공개 메소드

public __destruct ( )
    public function __destruct()
    {
        if (!empty($this->keys)) {
            throw new UncommittedTransaction('Transaction is about to be destroyed without having been ' . 'committed or rolled back.');
        }
    }