Lines Matching defs:label
41 /** @var string this item's label may contain a placeholder, which is replaced with this */
46 protected $label = '';
47 /** @var string the tooltip title, defaults to $label */
72 * Return this item's label
74 * When the label property was set, it is simply returned. Otherwise, the action's type
82 if ($this->label !== '') return $this->label;
86 $label = $lang['btn_' . $this->type];
87 if (strpos($label, '%s')) {
88 $label = sprintf($label, $this->replacement);
90 if ($label === '') $label = '[' . $this->type . ']';
91 return $label;
98 * a title property was not explicitly set, the label will be returned.
151 * Wraps around the label and SVG image