Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92689966
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
Fri, Nov 22, 19:33
Size
317 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 19:33 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
22487844
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