Social\Plugin\AddThisWidget::__construct PHP Метод

__construct() публичный Метод

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