Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F804703
PhabricatorAuthSessionPHIDType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
663 B
Referenced Files
None
Subscribers
None
PhabricatorAuthSessionPHIDType.php
View Options
<?php
final
class
PhabricatorAuthSessionPHIDType
extends
PhabricatorPHIDType
{
const
TYPECONST
=
'SSSN'
;
public
function
getTypeName
()
{
return
pht
(
'Session'
);
}
public
function
newObject
()
{
return
new
PhabricatorAuthSession
();
}
public
function
getPHIDTypeApplicationClass
()
{
return
PhabricatorAuthApplication
::
class
;
}
protected
function
buildQueryForObjects
(
PhabricatorObjectQuery
$query
,
array
$phids
)
{
return
id
(
new
PhabricatorAuthSessionQuery
())
->
withPHIDs
(
$phids
);
}
public
function
loadHandles
(
PhabricatorHandleQuery
$query
,
array
$handles
,
array
$objects
)
{
return
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, May 29, 12:49 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
176850
Default Alt Text
PhabricatorAuthSessionPHIDType.php (663 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment