Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96640793
HarbormasterWorkingCopyArtifact.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
Sun, Dec 29, 09:24
Size
346 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 09:24 (2 d)
Engine
blob
Format
Raw Data
Handle
23220908
Attached To
rPH Phabricator
HarbormasterWorkingCopyArtifact.php
View Options
<?php
final
class
HarbormasterWorkingCopyArtifact
extends
HarbormasterDrydockLeaseArtifact
{
const
ARTIFACTCONST
=
'working-copy'
;
public
function
getArtifactTypeName
()
{
return
pht
(
'Drydock Working Copy'
);
}
public
function
getArtifactTypeDescription
()
{
return
pht
(
'References a working copy lease from Drydock.'
);
}
}
Event Timeline
Log In to Comment