Xpressengine\Plugin\AbstractPlugin::getPath PHP Method

getPath() public static method

path가 주어질 경우, 주어진 path정보를 추가하여 반환한다.
Deprecation: use path() instead
public static getPath ( string $path = '' ) : string
$path string path
return string
    public static function getPath($path = '')
    {
        return static::path($path);
    }