Phalcon\Db\Adapter\Mongo\Client::__get PHP Method

__get() public method

public __get ( $dbName )
    public function __get($dbName)
    {
        return new Db($this, $dbName);
    }