Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F464700
DrydockFilesystemInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
DrydockFilesystemInterface.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 9:46 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74199
Default Alt Text
DrydockFilesystemInterface.php (541 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment