Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93442249
DiffusionExistsQuery.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
Thu, Nov 28, 19:16
Size
305 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 19:16 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22638586
Attached To
rPH Phabricator
DiffusionExistsQuery.php
View Options
<?php
abstract
class
DiffusionExistsQuery
extends
DiffusionQuery
{
final
public
static
function
newFromDiffusionRequest
(
DiffusionRequest
$request
)
{
return
self
::
newQueryObject
(
__CLASS__
,
$request
);
}
final
public
function
loadExistentialData
()
{
return
$this
->
executeQuery
();
}
}
Event Timeline
Log In to Comment