1 | <?php |
||
11 | final class NameKeyVarString |
||
12 | { |
||
13 | /** |
||
14 | * @var Reader |
||
15 | */ |
||
16 | private $reader; |
||
17 | |||
18 | public function __construct(Reader $reader) |
||
22 | |||
23 | public function __invoke(\ReflectionMethod $method) : ?string |
||
37 | |||
38 | private function getQualifierKeyVarString(\ReflectionMethod $method) : string |
||
52 | } |
||
53 |