Kraken\_Module\Filesystem\_Abstract\FilesystemTestAbstract::getFullPath PHP Method

getFullPath() public method

public getFullPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
return string
    public function getFullPath($path, $replace = null, $with = '')
    {
        return $this->path . $this->getPath($path, $replace, $with);
    }