Social\Plugin\AddThisWidget::__construct PHP Method

__construct() public method

Constructor, prepare addthis widget and configuration
public __construct ( )
    public function __construct()
    {
        $this->addthis = $this->getServiceLocator()->get('AddThisModel');
        $this->config = $this->addthis->getConfig();
    }