Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889653
PhabricatorApplicationTransactionTemplatedCommentQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
411 B
Referenced Files
None
Subscribers
None
PhabricatorApplicationTransactionTemplatedCommentQuery.php
View Options
<?php
final
class
PhabricatorApplicationTransactionTemplatedCommentQuery
extends
PhabricatorApplicationTransactionCommentQuery
{
private
$template
;
public
function
setTemplate
(
PhabricatorApplicationTransactionComment
$template
)
{
$this
->
template
=
$template
;
return
$this
;
}
protected
function
newApplicationTransactionCommentTemplate
(
)
{
return
id
(
clone
$this
->
template
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 12:26 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124563
Default Alt Text
PhabricatorApplicationTransactionTemplatedCommentQuery.php (411 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment