Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Pattern
•
File:
GetPathTrait.php
•
Content:
<?php namespace Nextend\Framework\Pattern; use ReflectionClass; trait GetPathTrait { public static function getPath() { $reflection = new ReflectionClass(static::class); return dirname($reflection->getFileName()); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List