public function PlaceamanateeProvider::__construct in Devel images provider 7
Same name and namespace in other branches
- 8 plugins/devel_image_provider/provider/PlaceamanateeProvider.class.php \PlaceamanateeProvider::__construct()
Overrides DevelImagesProviderBase::__construct
File
- plugins/
devel_image_provider/ provider/ PlaceamanateeProvider.class.php, line 12 - Place a manatee support class.
Class
- PlaceamanateeProvider
- Add support for place.manatee.lc
Code
public function __construct($plugin) {
parent::__construct($plugin);
$this->provider_base_url = 'http://place.manatee.lc';
}