JHtmlForm::token
Displays a hidden token field to reduce the risk of CSRF exploits
Use in conjunction with JSession::checkToken()
Signature
public function token()
Returns
- string
- A hidden input field with a token
Use in conjunction with JSession::checkToken()
public function token()