Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890142
PhabricatorAuthSessionInfo.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
692 B
Referenced Files
None
Subscribers
None
PhabricatorAuthSessionInfo.php
View Options
<?php
final
class
PhabricatorAuthSessionInfo
extends
Phobject
{
private
$sessionType
;
private
$identityPHID
;
private
$isPartial
;
public
function
setSessionType
(
$session_type
)
{
$this
->
sessionType
=
$session_type
;
return
$this
;
}
public
function
getSessionType
(
)
{
return
$this
->
sessionType
;
}
public
function
setIdentityPHID
(
$identity_phid
)
{
$this
->
identityPHID
=
$identity_phid
;
return
$this
;
}
public
function
getIdentityPHID
(
)
{
return
$this
->
identityPHID
;
}
public
function
setIsPartial
(
$is_partial
)
{
$this
->
isPartial
=
$is_partial
;
return
$this
;
}
public
function
getIsPartial
(
)
{
return
$this
->
isPartial
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:07 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124907
Default Alt Text
PhabricatorAuthSessionInfo.php (692 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment