Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Removing old phpdoc #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Mar 13, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,6 @@ class DoctrineMongoDBExtension extends AbstractDoctrineExtension
{
/**
* Responds to the doctrine_mongo_db configuration parameter.
*
* Available options:
*
* * mappings An array of bundle names (as the key)
* and mapping configuration (as the value).
* * default_document_manager The name of the document manager that should be
* marked as the default. Default: default.
* * default_connection If using a single connection, the name to give
* to that connection. Default: default.
* * metadata_cache_driver Options: array (default), apc, memcache, xcache
* * server The server if only specifying one connection
* (e.g. mongodb://localhost:27017)
* * options The connections options if only specifying
* one connection.
* * connections An array of each connection and its configuration
* * document_managers An array of document manager names and
* configuration.
* * default_database The database for a document manager that didn't
* explicitly set a database. Default: default;
* * proxy_namespace Namespace of the generated proxies. Default: Proxies
* * auto_generate_proxy_classes Whether to always regenerate the proxt classes.
* Default: false.
* * hydrator_namespace Namespace of the generated proxies. Default: Hydrators
* * auto_generate_hydrator_classes Whether to always regenerate the proxt classes.
* Default: false.
*/
public function load(array $configs, ContainerBuilder $container)
{
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.