The ParameterSourceInterface marks a class as being able to return data to set a named parameter for a SubMenuItem.

see
package Gems
subpackage Menu
copyright Copyright (c) 2011 Erasmus MC
license New BSD License
since Class available since version 1.0

 Methods

Returns a value to use as parameter for $name or $default if this object does not contain the value.

getMenuParameter(string $name, mixed $default) : mixed

Parameters

$name

string

$default

mixed

Returns

mixed