| 1 | <?php defined('SYSPATH') OR die('No direct script access.'); | ||
| 8 | class Kohana_Jam_Behavior_Term extends Jam_Behavior | ||
| 9 | { | ||
| 10 | public function builder_call_vocabulary(Database_Query_Builder $query, Jam_Event_Data $data, $name) | ||
| 16 | |||
| 17 | public function builder_call_visible(Database_Query_Builder $query, Jam_Event_Data $data, $is_visible = TRUE) | ||
| 21 | |||
| 22 | public static function builder_call_slugs_children(Database_Query_Builder $builder, Jam_Event_Data $data, $slugs) | ||
| 31 | } | ||
| 32 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.