1 | <?php |
||
9 | class ToManyRelationshipJsonResponderGenerator extends AbstractJsonResponderGenerator { |
||
10 | |||
11 | /** @var Table */ |
||
12 | private $foreign; |
||
13 | |||
14 | /** @var Table */ |
||
15 | private $model; |
||
16 | |||
17 | public function __construct($service, Table $model, Table $foreign) { |
||
22 | |||
23 | protected function addMethods(PhpClass $class, ActionSchema $action) { |
||
31 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.