Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F430321
DiffusionCommitParentsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
305 B
Referenced Files
None
Subscribers
None
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
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:20 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60201
Default Alt Text
DiffusionCommitParentsQuery.php (305 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment