UserController
extends CollectionController
in package
Uses
UserObjectFacebookFormattingTraits
This controller describes the behavior of Users.
Use the controller to generate a collection of UserItem entities.
Tags
Table of Contents
- __construct() : mixed
- getDescription() : string
- Get the description of the entity
- getTranslation() : string
- Get translation data
- hashParametersForFacebook() : object
- Hash parameters for Facebook Marketing
- preload() : mixed
Methods
__construct()
public
__construct([mixed $parseUriParameters = false ]) :
mixed
Parameters
- $parseUriParameters : mixed = false
Tags
Return values
mixed —getDescription()
Get the description of the entity
public
getDescription(mixed $Id[, mixed $LanguageIso = null ]) :
string
Parameters
- $Id : mixed
- $LanguageIso : mixed = null
Tags
Return values
string —getTranslation()
Get translation data
public
getTranslation(mixed $Id, mixed $Title[, mixed $LanguageIso = null ][, mixed $Module = 'user' ]) :
string
Parameters
- $Id : mixed
- $Title : mixed
- $LanguageIso : mixed = null
- $Module : mixed = 'user'
Tags
Return values
string —hashParametersForFacebook()
Hash parameters for Facebook Marketing
public
hashParametersForFacebook(FrameUser|UserItem $user) :
object
Parameters
- $user : FrameUser|UserItem
Tags
Return values
object —preload()
public
preload(mixed $ids) :
mixed
Parameters
- $ids : mixed