Class IncludePanel
Responsibility - after all scripts are done, display all used PHP files in it's own Tracy
debug bar.
- Generate for all used PHP files their file debug links.
- If any used file is used by tracy debug bar - mark this file in debug panel by different css colour.
- MvcCore\Ext\Debugs\Tracys\IncludePanel implements Tracy\IBarPanel
Namespace: MvcCore\Ext\Debugs\Tracys
Located at ext-debug-tracy/src/MvcCore/Ext/Debugs/Tracys/IncludePanel.php
Located at ext-debug-tracy/src/MvcCore/Ext/Debugs/Tracys/IncludePanel.php
public
string
|
|
public
string
|
|
public
string
|
|
protected static
|
#
completeFilesCountsAndEditorLinks( )
Complete final used PHP files list as list of HTML codes with editor links. |
protected static
string[]
|
$files
All used PHP files list by current request. |
#
[]
|
protected static
mixed
|
$appFilesCount
Used PHP files count except files used by |
#
0
|
protected static
integer
|
$allFilesCount
All used PHP files count. |
#
0
|