| Total Complexity | 0 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | final class WebBinding extends AbstractNestedPolicyType implements SchemaValidatableElementInterface |
||
| 17 | { |
||
| 18 | use SchemaValidatableElementTrait; |
||
|
|
|||
| 19 | |||
| 20 | |||
| 21 | /** @var string */ |
||
| 22 | public const NS = AbstractFedElement::NS; |
||
| 23 | |||
| 24 | /** @var string */ |
||
| 25 | public const NS_PREFIX = AbstractFedElement::NS_PREFIX; |
||
| 26 | |||
| 27 | /** @var string */ |
||
| 28 | public const SCHEMA = AbstractFedElement::SCHEMA; |
||
| 29 | } |
||
| 30 |