BatchResult class
- author Antoine Corcy
CloneableInstantiable
Methods |
public __construct( $providerName, $query, $exception = '') Construct a Geocoded object with the provider name, its query and exception if any.
|
public createFromAddress(Geocoder\Location $address) |
public newInstance() |
Properties |
protected $exception = NULL The exception message.
|
protected $providerName = NULL The name of the provider.
|
protected $query = NULL The query.
|