1 | <?php |
||
8 | final class ContactMethod implements ContactMethodInterface |
||
9 | { |
||
10 | private $resource; |
||
11 | |||
12 | private $self; |
||
13 | |||
14 | private $summary; |
||
15 | |||
16 | private $label; |
||
17 | |||
18 | public static function fromApi( |
||
31 | |||
32 | private function __construct( |
||
42 | |||
43 | public function __toString() |
||
47 | |||
48 | public function method() |
||
52 | |||
53 | public function resource() |
||
57 | |||
58 | public function summary() |
||
62 | |||
63 | public function self() |
||
67 | |||
68 | public function label() |
||
72 | |||
73 | public function blacklisted() |
||
77 | } |
||
78 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.