DebugKit\Panel\IncludePanel::_isAppFile PHP Method

_isAppFile() protected method

Check if a path is from APP but not a plugin
protected _isAppFile ( string $file ) : boolean
$file string File to check
return boolean
    protected function _isAppFile($file)
    {
        return strstr($file, APP);
    }