Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
fkooman
OAuth
Client
State
PHP Class fkooman\OAuth\Client\State
Inheritance:
extends
Token
Datei anzeigen
Open project: fkooman/php-oauth-client
Class Usage Examples
Protected Properties
Property
Type
Description
$state
state VARCHAR(255) NOT NULL
Public Methods
Method
Description
__construct
(
array
$data
)
getState
( )
setState
(
$state
)
Method Details
__construct()
public
method
public
__construct
(
array
$data
)
$data
array
getState()
public
method
public
getState
( )
setState()
public
method
public
setState
(
$state
)
Property Details
$state
protected_oe property
state VARCHAR(255) NOT NULL
protected
$state