コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string $token Token to escape
  * @return string Escaped token
  */
 public function escapeToken($token, $chars = null)
 {
     return parent::_escapeToken($token, $chars);
 }