TipPluginInterface
interface TipPluginInterface (View source)
Defines an interface for tour items.
Methods
string
id()
Returns id of the tip.
string
getLabel()
Returns label of the tip.
string
getWeight()
Returns weight of the tip.
array
string
get($key)
Used for returning values by key.
set($key, $value)
Used for returning values by key.
array
Details
string
id()
Returns id of the tip.
string
getLabel()
Returns label of the tip.
string
getWeight()
Returns weight of the tip.
array
getAttributes()
deprecated
deprecated
Returns an array of attributes for the tip wrapper.
string
get($key)
Used for returning values by key.
set($key, $value)
Used for returning values by key.
array
getOutput()
deprecated
deprecated
Returns a renderable array.