Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123048446
HarbormasterObject.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
Thu, Jul 24, 13:23
Size
375 B
Mime Type
text/x-php
Expires
Sat, Jul 26, 13:23 (2 d)
Engine
blob
Format
Raw Data
Handle
27621746
Attached To
rPH Phabricator
HarbormasterObject.php
View Options
<?php
final
class
HarbormasterObject
extends
HarbormasterDAO
{
protected
$phid
;
protected
$name
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_AUX_PHID
=>
true
,
)
+
parent
::
getConfiguration
();
}
public
function
generatePHID
()
{
return
PhabricatorPHID
::
generateNewPHID
(
PhabricatorPHIDConstants
::
PHID_TYPE_TOBJ
);
}
}
Event Timeline
Log In to Comment