Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98025412
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
Wed, Jan 8, 20:00
Size
186 B
Mime Type
text/x-php
Expires
Fri, Jan 10, 20:00 (1 d, 23 h)
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