|
The MongoDB\BSON\JavascriptInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\Javascript to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\JavascriptInterface
class MongoDB\BSON\JavascriptInterface
{
/* Methods */
abstract public string getCode()
abstract public objectnull getScope()
abstract public string __toString()
}Changelog
|