Tweet::getAuthor PHP Method

getAuthor() public method

public getAuthor ( )
  public function getAuthor() {
    $a=preg_split('/\.\d+$/', $this->_id);
    return ($a[0]);
  }