PHP 인터페이스 Opis\Closure\SecurityProviderInterface

파일 보기 프로젝트 열기: opis/closure

공개 메소드들

메소드 설명
sign ( &$data ) : mixed Sign the serialized closure
verify ( &$data ) : string | boolean Check data integrity

메소드 상세

sign() 공개 메소드

Sign the serialized closure
public sign ( &$data ) : mixed
리턴 mixed

verify() 공개 메소드

Check data integrity
public verify ( &$data ) : string | boolean
리턴 string | boolean