Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1171518
PhabricatorApplicationTransactionTemplatedCommentQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
372 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
getTemplate
()
{
return
$this
->
template
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 6:00 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
279248
Default Alt Text
PhabricatorApplicationTransactionTemplatedCommentQuery.php (372 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment