Geocoder\Provider\ArcGISOnline::getName PHP Method

getName() public method

{@inheritDoc}
public getName ( )
    public function getName()
    {
        return 'arcgis_online';
    }

Usage Example

Example #1
0
 public function testGetName()
 {
     $provider = new ArcGISOnline($this->getMockAdapter($this->never()));
     $this->assertEquals('arcgis_online', $provider->getName());
 }