PHP Trait Nextras\Application\UI\SecuredLinksPresenterTrait

Inheritance: use trait SecuredLinksControlTrait
Afficher le fichier Open project: nextras/secured-links

Méthodes publiques

Méthode Description
createSecuredLink ( Nette\Application\UI\Component $component, string $link, string $destination ) : string
getCsrfToken ( string $control, string $method, array $params ) : string Returns unique token for method and params

Method Details

getCsrfToken() public méthode

Returns unique token for method and params
public getCsrfToken ( string $control, string $method, array $params ) : string
$control string
$method string
$params array
Résultat string