public function __construct()
 {
     $this->arrStructure_FormElements = $this->arrStructure_FormElements + array('selected_tag_slugs' => array(), 'operator' => 'AND');
     parent::__construct('fetch_tweets_widget_by_tag', 'Fetch Tweets by Tag', array('description' => __('A widget that fetches tweets by tag.', 'fetch-tweets')));
 }
 public function __construct()
 {
     parent::__construct('fetch_tweets_widget_by_id', 'Fetch Tweets by Rule Set', array('description' => __('A widget that fetches tweets by rule set.', 'fetch-tweets')));
 }