PHP 클래스 Altax\Module\Server\Resource\KeyPassphraseMap

파일 보기 프로젝트 열기: kohkimakimoto/altax 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$map

공개 메소드들

메소드 설명
getPassphraseAtKey ( $keyPath )
getSharedInstance ( )
hasPassphraseAtKey ( $keyPath )
setPassphraseAtKey ( $keyPath, $passphrase )

메소드 상세

getPassphraseAtKey() 공개 메소드

public getPassphraseAtKey ( $keyPath )

getSharedInstance() 공개 정적인 메소드

public static getSharedInstance ( )

hasPassphraseAtKey() 공개 메소드

public hasPassphraseAtKey ( $keyPath )

setPassphraseAtKey() 공개 메소드

public setPassphraseAtKey ( $keyPath, $passphrase )

프로퍼티 상세

$map 보호되어 있는 프로퍼티

protected $map