You are here

public function AddThisWidgetJsUrl::__construct in AddThis 7.4

Sepecify the url through the construct.

File

classes/Util/AddThisWidgetJsUrl.php, line 15
Class to manage a WidgetJs url.

Class

AddThisWidgetJsUrl
@file Class to manage a WidgetJs url.

Code

public function __construct($url) {
  $this->url = $url;
}