gluu
公開メンバ関数 | 公開変数類 | 非公開変数類 | 全メンバ一覧
org.xdi.oxauth.model.common\Parameters クラス
org.xdi.oxauth.model.common\Parameters の継承関係図
Inheritance graph
org.xdi.oxauth.model.common\Parameters 連携図
Collaboration graph

公開メンバ関数

 __construct ($parameter="")
 
 getParamName ()
 
 nameToAppend ()
 

公開変数類

const SESSION_ID = "session_id"
 
const REQUEST_SESSION_ID = "request_session_id"
 

非公開変数類

 $paramName
 
 $nameToAppend
 

詳解

Description of Parameters

著者
Gabin Dongmo
バージョン
August 9, 2017

構築子と解体子

◆ __construct()

org.xdi.oxauth.model.common\Parameters::__construct (   $parameter = "")

Constructor

引数
StringParameter
38  {
39  $this->paramName = $parameter;
40  $this->nameToAppend = "&" + $this->paramName + "=";
41  }
nameToAppend()
Definition: Parameters.php:55

関数詳解

◆ getParamName()

org.xdi.oxauth.model.common\Parameters::getParamName ( )

Gets the parameter name entered

戻り値
String Parameter name

org.xdi.oxauth.model.common.HasParamNameを実装しています。

47  {
48  return $this->paramName;
49  }
$paramName
Definition: Parameters.php:26

◆ nameToAppend()

org.xdi.oxauth.model.common\Parameters::nameToAppend ( )

Get the paramater appended

戻り値
String Name to append
55  {
56  return $this->nameToAppend;
57  }
$nameToAppend
Definition: Parameters.php:32

メンバ詳解

◆ $nameToAppend

org.xdi.oxauth.model.common\Parameters::$nameToAppend
private

◆ $paramName

org.xdi.oxauth.model.common\Parameters::$paramName
private

◆ REQUEST_SESSION_ID

const org.xdi.oxauth.model.common\Parameters::REQUEST_SESSION_ID = "request_session_id"

Request Session Id

◆ SESSION_ID

const org.xdi.oxauth.model.common\Parameters::SESSION_ID = "session_id"

Session Id


このクラス詳解は次のファイルから抽出されました: