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 */
71 * Return this item's label
73 * When the label property was set, it is simply returned. Otherwise, the action's type
80 if($this->label !== '') return $this->label;
84 $label = $lang['btn_' . $this->type];
85 if(strpos($label, '%s')) {
86 $label = sprintf($label, $this->replacement);
88 if($label === '') $label = '[' . $this->type . ']';
89 return $label;
96 * a title property was not explicitly set, the label will be returned.
149 * Wraps around the label and SVG image