Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112778491
DrydockWebrootInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 12, 23:03
Size
186 B
Mime Type
text/x-php
Expires
Wed, May 14, 23:03 (2 d)
Engine
blob
Format
Raw Data
Handle
26141488
Attached To
rPH Phabricator
DrydockWebrootInterface.php
View Options
<?php
abstract
class
DrydockWebrootInterface
extends
DrydockInterface
{
final
public
function
getInterfaceType
()
{
return
'webroot'
;
}
abstract
public
function
getURI
();
}
Event Timeline
Log In to Comment