Documentation

Siteuser_Oauth_Facebook_Controller extends Siteuser_Oauth_Controller
in package

Siteuser_Oauth_Facebook_Controller

Tags
subpackage

Siteuser

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$code  : string
Code for exchange to access token
$_allowedProperties  : array<string|int, mixed>
Allowed object properties
$_config  : array<string|int, mixed>
Config
$_propertiesValues  : array<string|int, mixed>
Properties values
$_unlimitedProperties  : bool
Object has unlimited number of properties
$_version  : string
API version

Methods

__construct()  : mixed
Constructor.
addAllowedProperties()  : self
Add additional allowed properties
addAllowedProperty()  : self
Add additional allowed property
execute()  : mixed
Execute the business logic
factory()  : mixed
Build oauth provider class by provider id
set()  : self
Run when writing data to inaccessible properties
setUnlimitedProperties()  : self
Set unlimitedProperties

Properties

$code

Code for exchange to access token

public string $code = \NULL

$_allowedProperties

Allowed object properties

protected array<string|int, mixed> $_allowedProperties = array( // данные клиента 'APPLICATION_ID', 'APPLICATION_SECRET', 'CALLBACK_URL', )

$_config

Config

protected array<string|int, mixed> $_config = array()

$_propertiesValues

Properties values

protected array<string|int, mixed> $_propertiesValues = array()

$_unlimitedProperties

Object has unlimited number of properties

protected bool $_unlimitedProperties = \FALSE

$_version

API version

protected string $_version = 'v13.0'

Methods

__construct()

Constructor.

public __construct() : mixed

addAllowedProperties()

Add additional allowed properties

public addAllowedProperties(array<string|int, mixed> $array) : self
Parameters
$array : array<string|int, mixed>

array of properties' names

Return values
self

addAllowedProperty()

Add additional allowed property

public addAllowedProperty(string $property) : self
Parameters
$property : string

property name

Return values
self

execute()

Execute the business logic

public execute() : mixed

factory()

Build oauth provider class by provider id

public static factory([int $iOAuthProviderId = 0 ]) : mixed
Parameters
$iOAuthProviderId : int = 0

provider id

set()

Run when writing data to inaccessible properties

public set(string $property, string $value) : self
Parameters
$property : string

property name

$value : string

property value

Return values
self

setUnlimitedProperties()

Set unlimitedProperties

public setUnlimitedProperties([bool $value = TRUE ]) : self
Parameters
$value : bool = TRUE

default TRUR

Return values
self

        
On this page

Search results