| 1 | <?php |
||
| 9 | class Class_Missing extends PersistentListItem implements Invocation_Warner { |
||
| 10 | public $declaration; |
||
| 11 | public $class_name; |
||
| 12 | |||
| 13 | function __construct( $declaration ) { |
||
| 17 | |||
| 18 | function to_csv_array() { |
||
| 26 | |||
| 27 | public function type() { |
||
| 30 | |||
| 31 | public function find_invocation_warnings( $invocation, $warnings ) { |
||
| 40 | } |