PHP Class Sulu\Bundle\LocationBundle\Geolocator\GeolocatorManager

Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$container
$geolocatorMap

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
get ( $name ) Retrieve the named name.
register ( $name, $serviceId ) Register a geolocator with the given name.

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

get() public method

Retrieve the named name.
public get ( $name )

register() public method

Register a geolocator with the given name.
public register ( $name, $serviceId )

Property Details

$container protected property

protected $container

$geolocatorMap protected property

protected $geolocatorMap