Copied!

BatchResult class

CloneableInstantiable
Methods
public __construct( $providerName, $query, $exception = '')
 

Construct a Geocoded object with the provider name, its query and exception if any.

  • param string $providerName The name of the provider.
  • param string $query The query.
  • param string $exception The exception message if any.
public createFromAddress(Geocoder\Location $address)
 
    public newInstance()
     
      Properties
      protected $exception = NULL
       

      The exception message.

      • var string
      protected $providerName = NULL
       

      The name of the provider.

      • var string
      protected $query = NULL
       

      The query.

      • var string
      © 2025 Bruce Wells
      Search Namespaces \ Classes
      Configuration