| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
| 33 | final class Value implements ButtonBuilderAttributeInterface |
||
| 34 | { |
||
| 35 | 4 | public function __construct( |
|
| 42 | 4 | } |
|
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | 1 | public function applyOnButtonBuilder(AttributeForm $form, ButtonBuilderInterface $builder): void |
|
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritdoc} |
||
| 54 | */ |
||
| 55 | 3 | public function generateCodeForButtonBuilder(AttributesProcessorGenerator $generator, AttributeForm $form): void |
|
| 60 |