Kraken\_Module\Filesystem\_Abstract\FilesystemTestAbstract::getFullPath PHP Метод

getFullPath() публичный Метод

public getFullPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
Результат string
    public function getFullPath($path, $replace = null, $with = '')
    {
        return $this->path . $this->getPath($path, $replace, $with);
    }