Knp\Bundle\KnpBundlesBundle\Twitterer\TrendingBundleTwitterer::__construct PHP Method

__construct() public method

public __construct ( EntityManager $em, Buzz\Client\ClientInterface $buzz )
$em Doctrine\ORM\EntityManager
$buzz Buzz\Client\ClientInterface
    public function __construct(EntityManager $em, ClientInterface $buzz)
    {
        $this->em = $em;
        $this->httpClient = $buzz;
    }