Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107964744
ConpherenceTransactionQuery.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, Apr 12, 13:05
Size
317 B
Mime Type
text/x-php
Expires
Mon, Apr 14, 13:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25507598
Attached To
rPH Phabricator
ConpherenceTransactionQuery.php
View Options
<?php
final
class
ConpherenceTransactionQuery
extends
PhabricatorApplicationTransactionQuery
{
public
function
getTemplateApplicationTransaction
()
{
return
new
ConpherenceTransaction
();
}
protected
function
getDefaultOrderVector
()
{
// TODO: Can we get rid of this?
return
array
(
'-id'
);
}
}
Event Timeline
Log In to Comment