Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Phalcon
Db
Adapter
MongoDB
Collection
__toString
Phalcon\Db\Adapter\MongoDB\Collection::__toString PHP Method
Collection Class Documentation
ファイルを表示
Open project: phalcon/incubator
__toString()
public
method
Return the collection namespace (e.g. "db.collection").
See also:
https://docs.mongodb.org/manual/faq/developers/#faq-dev-namespace
public
__toString
( ) :
string
return
string
public function __toString() { return $this->databaseName . '.' . $this->collectionName; }
Collection
__construct
__debugInfo
__toString
aggregate
bulkWrite
count
createIndex
createIndexes
deleteMany
deleteOne
distinct
drop
dropIndex
dropIndexes
find
findOne
findOneAndDelete
findOneAndReplace
findOneAndUpdate
getCollectionName
getDatabaseName
getNamespace
insertMany
insertOne
listIndexes
replaceOne
updateMany
updateOne
withOptions