Page MenuHomePhorge

DrydockFilesystemInterface.php
No OneTemporary

Size
541 B
Referenced Files
None
Subscribers
None

DrydockFilesystemInterface.php

<?php
abstract class DrydockFilesystemInterface extends DrydockInterface {
final public function getInterfaceType() {
return 'filesystem';
}
/**
* Reads a file on the Drydock resource and returns the contents of the file.
*/
abstract public function readFile($path);
/**
* Reads a file on the Drydock resource and saves it as a PhabricatorFile.
*/
abstract public function saveFile($path, $name);
/**
* Writes a file to the Drydock resource.
*/
abstract public function writeFile($path, $data);
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 9:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74199
Default Alt Text
DrydockFilesystemInterface.php (541 B)

Event Timeline