The MongoCode class
Introduction
Represents JavaScript code for the database.
MongoCode objects are composed of two parts: a string of code and an optional scope. The string of code must be valid JavaScript. The scope is a associative array of variable name/value pairs.
Class synopsis
MongoCode
{
/* Methods */
}Table of Contents
- MongoCode::__construct — ساخت شی کد جدید
- MongoCode::__toString — باز گرداندن این کد به عنوان رشته
There are no user contributed notes for this page.
