1 | <?php |
||
7 | class Dependency extends PersistentListItem { |
||
8 | public $invocation; |
||
9 | public $declaration; |
||
10 | public $invocation_root; |
||
11 | |||
12 | function __construct( $invocation, $declaration, $invocation_root = null ) { |
||
17 | |||
18 | // /** |
||
19 | // * This key is used to identify unique issues (e.g. Jetpack_Options has moved) across multiple invocations |
||
20 | // */ |
||
21 | // function unique_issue_key() { |
||
22 | // return $this->type . ',' . $this->old_declaration->path . ',' . $this->old_declaration->line . ',' . $this->old_declaration->display_name(); |
||
23 | // } |
||
24 | |||
25 | function to_csv_array() { |
||
34 | |||
35 | function full_path() { |
||
38 | } |