Gaufrette\Adapter\Sftp::computePath PHP Метод

computePath() защищенный Метод

Computes the path for the specified key.
protected computePath ( string $key ) : string
$key string
Результат string
    protected function computePath($key)
    {
        return $this->directory . '/' . ltrim($key, '/');
    }