Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115344444
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
Sat, May 31, 07:58
Size
438 B
Mime Type
text/x-php
Expires
Mon, Jun 2, 07:58 (2 d)
Engine
blob
Format
Raw Data
Handle
26484548
Attached To
rPH Phabricator
HarbormasterObject.php
View Options
<?php
final
class
HarbormasterObject
extends
HarbormasterDAO
{
protected
$name
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_AUX_PHID
=>
true
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'name'
=>
'text255?'
,
),
)
+
parent
::
getConfiguration
();
}
public
function
generatePHID
()
{
return
PhabricatorPHID
::
generateNewPHID
(
PhabricatorPHIDConstants
::
PHID_TYPE_TOBJ
);
}
}
Event Timeline
Log In to Comment