Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116292541
DiffusionLastModifiedQuery.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
Fri, Jun 6, 01:02
Size
315 B
Mime Type
text/x-php
Expires
Sun, Jun 8, 01:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26587187
Attached To
rPH Phabricator
DiffusionLastModifiedQuery.php
View Options
<?php
abstract
class
DiffusionLastModifiedQuery
extends
DiffusionQuery
{
final
public
static
function
newFromDiffusionRequest
(
DiffusionRequest
$request
)
{
return
parent
::
newQueryObject
(
__CLASS__
,
$request
);
}
final
public
function
loadLastModification
()
{
return
$this
->
executeQuery
();
}
}
Event Timeline
Log In to Comment