Phalcon\Db\Adapter\MongoDB\Collection::__debugInfo PHP 메소드

__debugInfo() 공개 메소드

Return internal properties for debugging purposes.
또한 보기: http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
public __debugInfo ( ) : array
리턴 array
    public function __debugInfo()
    {
        return ['collectionName' => $this->collectionName, 'databaseName' => $this->databaseName, 'manager' => $this->manager, 'readConcern' => $this->readConcern, 'readPreference' => $this->readPreference, 'typeMap' => $this->typeMap, 'writeConcern' => $this->writeConcern];
    }