Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
[zen-56][zendframework/zendframework#1550] pull from peering managers…
Browse files Browse the repository at this point in the history
… first

- Necessary to allow overriding a plugin; reported by Evan Coury
  • Loading branch information
weierophinney committed Jun 25, 2012
1 parent 6684eb7 commit 8c09cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AbstractPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ abstract class AbstractPluginManager extends ServiceManager
*/
protected $creationOptions = null;

/**
* Enable this by default to allow overriding the default plugins
*
* @var bool
*/
protected $retrieveFromPeeringManagerFirst = true;

/**
* Constructor
*
Expand Down

0 comments on commit 8c09cfc

Please sign in to comment.