EventsSetup extends Element
in package
Uses ElementTrait

This is the 'Events' 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
Events::getEvent()
see
Element
see
ElementTrait

Table of Contents

getEvent() This method returns the event configuration.  : string
getMethod() This method returns the method configuration.  : string
getRate() This method returns the rate configuration.  : int

Methods

getEvent()

This method returns the event configuration.

public getEvent() : string
Return values
string

getMethod()

This method returns the method configuration.

public getMethod() : string
Return values
string

getRate()

This method returns the rate configuration.

public getRate() : int
Return values
int

Search results