linkReply() public method

public linkReply ( $tweet )
Ejemplo n.º 1
0
 /**
  * 
  *
  * @static 
  */
 public static function linkReply($tweet)
 {
     return \Thujohn\Twitter\Twitter::linkReply($tweet);
 }