Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99770537
PhabricatorPackagesPackageTransaction.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 26, 13:28
Size
393 B
Mime Type
text/x-php
Expires
Tue, Jan 28, 13:28 (2 d)
Engine
blob
Format
Raw Data
Handle
23818830
Attached To
rPH Phabricator
PhabricatorPackagesPackageTransaction.php
View Options
<?php
final
class
PhabricatorPackagesPackageTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'packages'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorPackagesPackagePHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorPackagesPackageTransactionType'
;
}
}
Event Timeline
Log In to Comment