Phalcon\Db\Adapter\MongoDB\Client::__debugInfo PHP Method

__debugInfo() public method

Return internal properties for debugging purposes.
See also: http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
public __debugInfo ( ) : array
return array
    public function __debugInfo()
    {
        return ['manager' => $this->manager, 'uri' => $this->uri, 'typeMap' => $this->typeMap];
    }