The MongoDB\BSON\JavascriptInterface interface

(mongodb >=1.3.0)

はじめに

This interface is implemented by MongoDB\BSON\Javascript to be used as a parameter, return, or property type in userland classes.

クラス概要

class MongoDB\BSON\JavascriptInterface {
/* メソッド */
abstract public getCode(): string
abstract public getScope(): ?object
abstract public __toString(): string
}

目次

関連キーワード:  BSON, JavascriptInterface, Returns, toString, getCode, public, getScope, string, classes, メソッド