Gaufrette\Adapter\Sftp::computePath PHP Method

computePath() protected method

Computes the path for the specified key.
protected computePath ( string $key ) : string
$key string
return string
    protected function computePath($key)
    {
        return $this->directory . '/' . ltrim($key, '/');
    }