AccountFacebook
extends Account
Table of Contents
Constants
-
TYPE_CODE
= "facebook"
Methods
-
__construct()
: mixed
-
create()
: static
-
getProfile()
: Profile|null
-
getRequest()
: Request
-
normalizeListRow()
: mixed
-
setRequest()
: mixed
-
setService()
: mixed
TYPE_CODE
public
mixed
TYPE_CODE
= "facebook"
__construct()
public
__construct() : mixed
create()
public
static create(mixed $type[, null $parameters = null ][, IService|null $service = null ]) : static
Parameters
-
$type
: mixed
-
-
$parameters
: null
= null
-
-
$service
: IService|null
= null
-
getProfile()
public
getProfile() : Profile|null
getRequest()
public
getRequest() : Request
normalizeListRow()
public
static normalizeListRow(array<string|int, mixed> $row) : mixed
Parameters
-
$row
: array<string|int, mixed>
-
setRequest()
public
setRequest(Request $request) : mixed
Parameters
-
$request
: Request
-
setService()
public
setService(IService $service) : mixed
Parameters
-
$service
: IService
-