PHP 클래스 Auth_OpenID_SRegBase

상속: extends Auth_OpenID_Extension
파일 보기 프로젝트 열기: openid/php-openid 1 사용 예제들

공개 메소드들

메소드 설명
_getSRegNS ( $message ) Extract the simple registration namespace URI from the given OpenID message. Handles OpenID 1 and 2, as well as both sreg namespace URIs found in the wild, as well as missing namespace definitions (for OpenID 1)

메소드 상세

_getSRegNS() 정적인 공개 메소드

$message: The OpenID message from which to parse simple registration fields. This may be a request or response message. Returns the sreg namespace URI for the supplied message. The message may be modified to define a simple registration namespace.
static public _getSRegNS ( $message )