| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace norsys\score\net\uri\path; |
||
| 10 | class abempty |
||
| 11 | implements |
||
| 12 | path |
||
| 13 | { |
||
| 14 | private |
||
| 15 | $segments |
||
| 16 | ; |
||
| 17 | |||
| 18 | function __construct(segment... $segments) |
||
| 21 | } |
||
| 22 | |||
| 23 | function recipientOfSegmentInNetUriPathAsStringFromConverterIs(path\segment\converter\toString $converter, recipient $recipient) :void |
||
| 44 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.