PHP Класс Sulu\Bundle\LocationBundle\Geolocator\GeolocatorManager

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$container
$geolocatorMap

Открытые методы

Метод Описание
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
get ( $name ) Retrieve the named name.
register ( $name, $serviceId ) Register a geolocator with the given name.

Описание методов

__construct() публичный Метод

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

get() публичный Метод

Retrieve the named name.
public get ( $name )

register() публичный Метод

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

Описание свойств

$container защищенное свойство

protected $container

$geolocatorMap защищенное свойство

protected $geolocatorMap