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.');
        }
    }