final public function getInterfaceType()
final public function getInterfaceType()
Return
wild |
final public function setConfig($key, $value)Inherited
final public function setConfig($key, $value)
Inherited
Parameters
$key | ||
$value |
Return
wild |
final protected function getConfig($key, $default)Inherited
final protected function getConfig($key, $default)
Inherited
Parameters
$key | ||
$default |
Return
wild |
abstract public function readFile($path)
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)
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)
abstract public function writeFile($path, $data)
Writes a file to the Drydock resource.
Parameters
$path | ||
$data |
Return
wild |