Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F445122
ConpherenceTransactionComment.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
ConpherenceTransactionComment.php
View Options
<?php
final
class
ConpherenceTransactionComment
extends
PhabricatorApplicationTransactionComment
{
protected
$conpherencePHID
;
public
function
getApplicationTransactionObject
()
{
return
new
ConpherenceTransaction
();
}
public
function
getConfiguration
()
{
$config
=
parent
::
getConfiguration
();
$config
[
self
::
CONFIG_COLUMN_SCHEMA
]
=
array
(
'conpherencePHID'
=>
'phid?'
,
)
+
$config
[
self
::
CONFIG_COLUMN_SCHEMA
];
return
$config
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 1:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
65537
Default Alt Text
ConpherenceTransactionComment.php (472 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment