Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97604876
PhabricatorFactDAO.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, Jan 5, 15:58
Size
279 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 15:58 (2 d)
Engine
blob
Format
Raw Data
Handle
23363496
Attached To
rPH Phabricator
PhabricatorFactDAO.php
View Options
<?php
abstract
class
PhabricatorFactDAO
extends
PhabricatorLiskDAO
{
public
function
getApplicationName
()
{
return
'fact'
;
}
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment