예제 #1
0
 /**
  * Escapes all the characters in a string and returns the new string.
  *
  * @return CUStringObject The escaped string.
  */
 public function toEscString()
 {
     return CUString::toEscString($this);
 }