SessionCSRF::renderInput()
Render a form input[hidden] containing the token name and value, as looked for by hasValidToken()
Example
<form method='post'>
<input type='submit'>
<?php echo $session->CSRF->renderInput(); ?>
</form>Usage
// basic usage
$string = $sessionCSRF->renderInput();
// usage with all arguments
$string = $sessionCSRF->renderInput($id = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$id (optional) | int string null | Optional unique ID for this token |
Return value
string
SessionCSRF methods and properties
API reference based on ProcessWire core version 3.0.252