Example #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param boolean $hex true to get them as HEX values, false otherwise
  * @return array Escape chars
  */
 public function tokenEscapeChars($hex = true, $chars = null)
 {
     return parent::_tokenEscapeChars($hex, $chars);
 }
Example #2
0
 /**
  * Convenience method for testing protected method
  *
  * @param bool $hex true to get them as HEX values, false otherwise
  *
  * @return array Escape chars
  */
 public function tokenEscapeChars($hex = TRUE, $chars = NULL)
 {
     return parent::_tokenEscapeChars($hex, $chars);
 }