1 | <?php |
||
10 | class PhpClassInFileInspector |
||
11 | { |
||
12 | /** |
||
13 | * @var FileSystemInterface |
||
14 | */ |
||
15 | private $fileSystem; |
||
16 | |||
17 | 6 | public function __construct( |
|
23 | |||
24 | /** |
||
25 | * @param $fullFilePath |
||
26 | * @return null|string |
||
27 | */ |
||
28 | 6 | public function getFullyQualifiedClassName(string $fullFilePath) |
|
55 | |||
56 | 6 | private function readFile($fullFilePath) |
|
60 | |||
61 | 3 | private function evaluateCode($content) |
|
66 | |||
67 | } |