Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F430277
DiffusionMergedCommitsQuery.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
505 B
Referenced Files
None
Subscribers
None
DiffusionMergedCommitsQuery.php
View Options
<?php
abstract
class
DiffusionMergedCommitsQuery
extends
DiffusionQuery
{
private
$limit
=
PHP_INT_MAX
;
final
public
static
function
newFromDiffusionRequest
(
DiffusionRequest
$request
)
{
return
self
::
newQueryObject
(
__CLASS__
,
$request
);
}
final
public
function
loadMergedCommits
()
{
return
$this
->
executeQuery
();
}
final
public
function
setLimit
(
$limit
)
{
$this
->
limit
=
$limit
;
return
$this
;
}
final
public
function
getLimit
()
{
return
$this
->
limit
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:15 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60186
Default Alt Text
DiffusionMergedCommitsQuery.php (505 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment