Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97817625
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, Jan 6, 15:06
Size
186 B
Mime Type
text/x-php
Expires
Wed, Jan 8, 15:06 (2 d)
Engine
blob
Format
Raw Data
Handle
23459442
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