16 abstract class Button implements C\Button\Button
97 $clone->active =
false;
143 $clone = clone $this;
161 $clone = clone $this;
162 $clone->aria_checked =
true;
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
trait ComponentHelper
Provides common functionality for component implementations.
checkStringArg($which, $value)
Throw an InvalidArgumentException if $value is no string.
addTriggeredSignal(Component\Signal $signal, $event)
Add a triggered signal, replacing any other signals registered on the same event. ...
appendTriggeredSignal(Component\Signal $signal, $event)
Append a triggered signal to other signals of the same event.