Jetpack_Subscriptions_Widget::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $widget_ops = array('classname' => 'jetpack_subscription_widget', 'description' => __('Add an email signup form to allow people to subscribe to your blog.', 'jetpack'));
        $control_ops = array('width' => 300);
        parent::__construct('blog_subscription', apply_filters('jetpack_widget_name', __('Blog Subscriptions', 'jetpack')), $widget_ops, $control_ops);
    }