PHP Class fkooman\OAuth\Client\State

Inheritance: extends Token
Show file 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 property

state VARCHAR(255) NOT NULL
protected $state