DecoratorBase extends Base
AbstractYes
Class DecoratorBase
Table of Contents
Methods
- __construct() : mixed
- Constructor Base constructor.
- getProfileIdentifier() : string
- getUser() : mixed
- isAvailable() : bool
- prepareBodyContent() : mixed
- setUser() : mixed
Methods
__construct()
Constructor Base constructor.
public
__construct([array<string|int, Base> $dictionaries = [] ], string $accessToken) : mixed
Parameters
- $dictionaries : array<string|int, Base> = []
-
Collection of dictionaries to be rendered.
- $accessToken : string
-
Access token for request payload.
getProfileIdentifier()
public
getProfileIdentifier() : string
Return values
stringgetUser()
public
getUser() : mixed
isAvailable()
public
isAvailable() : bool
Return values
boolprepareBodyContent()
public
abstract prepareBodyContent() : mixed
setUser()
public
setUser(array<string|int, mixed> $user) : mixed
Parameters
- $user : array<string|int, mixed>
-
User array.