1 | <?php |
||
9 | class Class_Method_Moved extends PersistentListItem implements Invocation_Warner { |
||
10 | public $old_declaration; |
||
11 | public $new_declaration; |
||
12 | |||
13 | function __construct( $old_declaration, $new_declaration ) { |
||
17 | |||
18 | function to_csv_array() { |
||
26 | |||
27 | public function type() { |
||
30 | |||
31 | public function display_name() { |
||
34 | |||
35 | public function find_invocation_warnings( $invocation, $warnings ) { |
||
42 | } |
||
43 |