PHP Interface Opis\Closure\SecurityProviderInterface

Afficher le fichier Open project: opis/closure

Méthodes publiques

Méthode Description
sign ( &$data ) : mixed Sign the serialized closure
verify ( &$data ) : string | boolean Check data integrity

Method Details

sign() public méthode

Sign the serialized closure
public sign ( &$data ) : mixed
Résultat mixed

verify() public méthode

Check data integrity
public verify ( &$data ) : string | boolean
Résultat string | boolean