| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class StoreSetNameAction extends AbstractAction |
||
| 20 | { |
||
| 21 | 5 | public function fieldDefinitions() |
|
| 26 | ]; |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param array $data |
||
| 31 | * @param Context|callable $context |
||
| 32 | */ |
||
| 33 | 5 | public function __construct(array $data = [], $context = null) |
|
| 37 | 5 | } |
|
| 38 | |||
| 39 | /** |
||
| 40 | * @param LocalizedString $name |
||
| 41 | * @param Context|callable $context |
||
| 42 | * @return StoreSetNameAction |
||
| 43 | */ |
||
| 44 | 3 | public static function ofName(LocalizedString $name, $context = null) |
|
| 49 |