Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Paranoia
Configuration
NestPay
PHP Class Paranoia\Configuration\NestPay
Inheritance:
extends
AbstractConfiguration
Show file
Open project: paranoiaproject/paranoia
Public Methods
Method
Description
getClientId
( ) :
string
getMode
( ) :
string
getPassword
( ) :
string
getUsername
( ) :
string
setClientId
(
string
$clientId
)
setMode
(
string
$mode
)
setPassword
(
string
$password
)
setUsername
(
string
$username
)
Method Details
getClientId()
public
method
public
getClientId
( ) :
string
return
string
getMode()
public
method
public
getMode
( ) :
string
return
string
getPassword()
public
method
public
getPassword
( ) :
string
return
string
getUsername()
public
method
public
getUsername
( ) :
string
return
string
setClientId()
public
method
public
setClientId
(
string
$clientId
)
$clientId
string
setMode()
public
method
public
setMode
(
string
$mode
)
$mode
string
setPassword()
public
method
public
setPassword
(
string
$password
)
$password
string
setUsername()
public
method
public
setUsername
(
string
$username
)
$username
string