Tweet::createId PHP Method

createId() public method

public createId ( $author )
  public function createId($author) {
    $a=gettimeofday();
    $this->_id=sprintf('%s.%u%u', $author, $a['sec'], $a['usec']/1000);
  }