PHP 클래스 Auth_OpenID_AX_Message

상속: extends Auth_OpenID_Extension
파일 보기 프로젝트 열기: openid/php-openid

공개 프로퍼티들

프로퍼티 타입 설명
$mode mode: The type of this attribute exchange message. This must be overridden in subclasses.
$ns_alias ns_alias: The preferred namespace alias for attribute exchange messages
$ns_uri

공개 메소드들

메소드 설명
_checkMode ( $ax_args ) Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise.
_newArgs ( ) Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.

메소드 상세

_checkMode() 공개 메소드

Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise.
public _checkMode ( $ax_args )

_newArgs() 공개 메소드

Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.
public _newArgs ( )

프로퍼티 상세

$mode 공개적으로 프로퍼티

mode: The type of this attribute exchange message. This must be overridden in subclasses.
public $mode

$ns_alias 공개적으로 프로퍼티

ns_alias: The preferred namespace alias for attribute exchange messages
public $ns_alias

$ns_uri 공개적으로 프로퍼티

public $ns_uri