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

Commit

Permalink
EventManagerAwareInterface extends EventsCapableInterface
Browse files Browse the repository at this point in the history
This allows us to check if there is already an EventManager injected in the
instance before attempting injection.
  • Loading branch information
EvanDotPro committed Jun 14, 2012
12 parents 1b97191 + d2649e3 + f0162d1 + 6f01416 + a2b3753 + 1786961 + d157fcb + 4444c37 + 192d20c + 811122b + 3a2cf9b + eb2029b commit e610886
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use Zend\EventManager\EventManagerInterface,
Zend\EventManager\EventManager,
Zend\EventManager\EventManagerAwareInterface,
Zend\EventManager\EventsCapableInterface,
Zend\Mvc\MvcEvent,
Zend\Stdlib\RequestInterface as Request,
Zend\Stdlib\ResponseInterface as Response,
Expand All @@ -37,7 +36,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class View implements EventManagerAwareInterface, EventsCapableInterface
class View implements EventManagerAwareInterface
{
/**
* @var EventManagerInterface
Expand Down

0 comments on commit e610886

Please sign in to comment.