PHP 클래스 YiiPassword\Strategies\HttpDigest

상속: extends YiiPassword\Strategy
파일 보기 프로젝트 열기: phpnode/yiipassword

공개 프로퍼티들

프로퍼티 타입 설명
$realm string The realm used for this strategy

공개 메소드들

메소드 설명
encode ( string $password ) : string Encode a plain text password.

메소드 상세

encode() 공개 메소드

Encode a plain text password.
public encode ( string $password ) : string
$password string the plain text password to encode
리턴 string the encoded password

프로퍼티 상세

$realm 공개적으로 프로퍼티

The realm used for this strategy
public string $realm
리턴 string