コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string $token Token to unescape
  * @return string Unescaped token
  */
 function unescapeToken($token, $chars = null)
 {
     return parent::_unescapeToken($token, $chars);
 }