Injects the service container used by this object.
\Symfony\Component\DependencyInjection\ContainerInterface $container: The service container this object should use.
Overrides ContainerAwareInterface::setContainer
public function setContainer(ContainerInterface $container = NULL) {
$this->container = $container;
}