示例#1
0
 /**
  * Public access to the private safe decode/encode methods
  *
  * @param string $text the text to transform
  * @param string $mode the transformation mode. either encode or decode
  * @return string $text transformed by the given $mode
  * @static 
  */
 public static function transformText($text, $mode = 'encode')
 {
     //Method inherited from \tmhOAuth
     return \Thujohn\Twitter\Twitter::transformText($text, $mode);
 }