Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
35 | class AuthMethodNode extends AbstractValueNode |
||
36 | { |
||
37 | |||
38 | /** |
||
39 | * Initializes the display name node with the necessary data. |
||
40 | * |
||
41 | * @param \AppserverIo\Configuration\Interfaces\ValueInterface $nodeValue The params initial value |
||
42 | */ |
||
43 | public function __construct(ValueInterface $nodeValue = null) |
||
53 |