Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102264801
DiffusionCommitParentsQuery.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
Tue, Feb 18, 21:53
Size
305 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 21:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24165212
Attached To
rPH Phabricator
DiffusionCommitParentsQuery.php
View Options
<?php
abstract
class
DiffusionCommitParentsQuery
extends
DiffusionQuery
{
final
public
static
function
newFromDiffusionRequest
(
DiffusionRequest
$request
)
{
return
self
::
newQueryObject
(
__CLASS__
,
$request
);
}
final
public
function
loadParents
()
{
return
$this
->
executeQuery
();
}
}
Event Timeline
Log In to Comment