User extends Element
in package
Uses ElementTrait

This is the 'User' class, a DTO class for the theme configuration data.

The items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.

Tags
see
Element

Table of Contents

USER_CUSTOM_TAGS_PARAMETERS_GROUP  = 'userCustomTagsParametersGroup'
USER_VOURCHER_PARAMETERS_GROUP  = 'userVouchersParametersGroup'
getUserCustomTagsParametersGroup() This method returns the userCustomTagsParametersGroup configuration.  : UserCustomTagsParametersGroup|null
getUserVouchersParametersGroup() This method returns the userVouchersParametersGroup configuration.  : UserVouchersParametersGroup|null

Constants

USER_CUSTOM_TAGS_PARAMETERS_GROUP

public mixed USER_CUSTOM_TAGS_PARAMETERS_GROUP = 'userCustomTagsParametersGroup'

USER_VOURCHER_PARAMETERS_GROUP

public mixed USER_VOURCHER_PARAMETERS_GROUP = 'userVouchersParametersGroup'

Methods

getUserCustomTagsParametersGroup()

This method returns the userCustomTagsParametersGroup configuration.

public getUserCustomTagsParametersGroup() : UserCustomTagsParametersGroup|null
Return values
UserCustomTagsParametersGroup|null

getUserVouchersParametersGroup()

This method returns the userVouchersParametersGroup configuration.

public getUserVouchersParametersGroup() : UserVouchersParametersGroup|null
Return values
UserVouchersParametersGroup|null

Search results