Sulu\Bundle\LocationBundle\Content\Types\LocationContentType::__construct PHP Метод

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

public __construct ( Sulu\Bundle\ContentBundle\Repository\NodeRepositoryInterface $nodeRepository, $template, MapManager $mapManager, $geolocatorName )
$nodeRepository Sulu\Bundle\ContentBundle\Repository\NodeRepositoryInterface
$mapManager Sulu\Bundle\LocationBundle\Map\MapManager
    public function __construct(NodeRepositoryInterface $nodeRepository, $template, MapManager $mapManager, $geolocatorName)
    {
        $this->nodeRepository = $nodeRepository;
        $this->template = $template;
        $this->mapManager = $mapManager;
        $this->geolocatorName = $geolocatorName;
    }