You are here

public function PlaceHoffProvider::__construct in Devel images provider 7

Overrides DevelImagesProviderBase::__construct

File

plugins/devel_image_provider/provider/PlaceHoffProvider.class.php, line 12
Place-hoff support class.

Class

PlaceHoffProvider
Add support for place-hoff.com.

Code

public function __construct($plugin) {
  parent::__construct($plugin);
  $this->provider_base_url = 'http://place-hoff.com';
}