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
getAttributes()
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()
Returns a renderable 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()
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()
Returns a renderable array.