Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94054604
PhabricatorPackagesVersionTransaction.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
Tue, Dec 3, 13:24
Size
393 B
Mime Type
text/x-php
Expires
Thu, Dec 5, 13:24 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22722415
Attached To
rPH Phabricator
PhabricatorPackagesVersionTransaction.php
View Options
<?php
final
class
PhabricatorPackagesVersionTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'packages'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorPackagesVersionPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorPackagesVersionTransactionType'
;
}
}
Event Timeline
Log In to Comment