Skip to content

Commit

Permalink
Removing unused constants/imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed May 8, 2013
1 parent f6be2f5 commit 71a15f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions library/Zend/Stdlib/Hydrator/Aggregate/AggregateHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@

namespace Zend\Stdlib\Hydrator\Aggregate;

use Traversable;
use Zend\EventManager\EventManager;
use Zend\EventManager\EventManagerAwareInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\Stdlib\ArrayUtils;
use Zend\Stdlib\Exception;
use Zend\Stdlib\Hydrator\Filter\FilterComposite;
use Zend\Stdlib\Hydrator\HydratorInterface;

class AggregateHydrator implements HydratorInterface, EventManagerAwareInterface
{
const DEFAULT_PRIORITY = 1;
const EVENT_HYDRATE = 'hydrate';
const EVENT_EXTRACT = 'extract';
const PARAM_OBJECT = 'object';
const PARAM_DATA = 'data';

/**
* @var \Zend\EventManager\EventManagerInterface|null
Expand Down

0 comments on commit 71a15f4

Please sign in to comment.