Esempio n. 1
0
 /**
  * Construct
  * @access public
  * @param string $tag a string to search twitter for
  * 
  * #sfsuperbowl+OR+#sfsuper
  * 
  */
 public function __construct($tag = '#sfsuperbowl+OR+#sfsuper') {
     parent::__construct();
     $this->tag_name = $tag;
 }