From raw file name eg `/var/www/SomeClass.php`
File reflection with attribute needed
File name as in absolute path + file name
Constructing instance
File name will be cut from difference between path to file and root path eg for path as `/var/www/test/sample/Test.php` and root as `/var/www/test/` , name will be sample/Test.php
Get file name
This will be used for identify file in report
Get file reflection
File reflection about its properties , methods ...