Returns true if the given service has actually been initialized
string $id The service identifier:
Boolean true if service has already been initialized, false otherwise
Overrides IntrospectableContainerInterface::initialized
public function initialized($id) {
return isset($this->services[strtolower($id)]);
}