The MongoCode class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

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.

Klasse synopsis

MongoCode {
/* Metoder */
public __construct ( string $code [, array $scope = array() ] )
public string __toString ( void )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top