Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs DrydockFilesystemInterface

abstract class DrydockFilesystemInterface
Phabricator Technical Documentation (Drydock)

This class is not documented.

Methods

final public function getInterfaceType()

This method is not documented.
Return
wild

final public function setConfig($key, $value)
Inherited

This method is not documented.
Parameters
$key
$value
Return
wild

final protected function getConfig($key, $default)
Inherited

This method is not documented.
Parameters
$key
$default
Return
wild

abstract public function readFile($path)

Reads a file on the Drydock resource and returns the contents of the file.

Parameters
$path
Return
wild

abstract public function saveFile($path, $name)

Reads a file on the Drydock resource and saves it as a PhabricatorFile.

Parameters
$path
$name
Return
wild

abstract public function writeFile($path, $data)

Writes a file to the Drydock resource.

Parameters
$path
$data
Return
wild