Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101913766
DiffusionContainsQuery.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
Sat, Feb 15, 02:11
Size
311 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 02:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24158947
Attached To
rPH Phabricator
DiffusionContainsQuery.php
View Options
<?php
abstract
class
DiffusionContainsQuery
extends
DiffusionQuery
{
final
public
static
function
newFromDiffusionRequest
(
DiffusionRequest
$request
)
{
return
self
::
newQueryObject
(
__CLASS__
,
$request
);
}
final
public
function
loadContainingBranches
()
{
return
$this
->
executeQuery
();
}
}
Event Timeline
Log In to Comment