Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101031837
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
Wed, Feb 5, 00:16
Size
393 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 00:16 (2 d)
Engine
blob
Format
Raw Data
Handle
24065794
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