Guest User

Untitled

a guest
Apr 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function get( $text ) {
  2. # If the text exists in the dialogue array, simply return with it.
  3. $diaResponse = ( array_key_exists( $text, $this->term ) ) ? $this->term[$text] : $text;
  4. return $diaResponse;
  5. }
Add Comment
Please, Sign In to add comment