Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97275803
HarbormasterHostArtifact.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
Fri, Jan 3, 23:39
Size
315 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 23:39 (2 d)
Engine
blob
Format
Raw Data
Handle
23371624
Attached To
rPH Phabricator
HarbormasterHostArtifact.php
View Options
<?php
final
class
HarbormasterHostArtifact
extends
HarbormasterDrydockLeaseArtifact
{
const
ARTIFACTCONST
=
'host'
;
public
function
getArtifactTypeName
()
{
return
pht
(
'Drydock Host'
);
}
public
function
getArtifactTypeDescription
()
{
return
pht
(
'References a host lease from Drydock.'
);
}
}
Event Timeline
Log In to Comment