Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F488438
PhabricatorExternalAccount.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
503 B
Referenced Files
None
Subscribers
None
PhabricatorExternalAccount.php
View Options
<?php
final
class
PhabricatorExternalAccount
extends
PhabricatorUserDAO
{
protected
$userPHID
;
protected
$accountType
;
protected
$accountDomain
;
protected
$accountSecret
;
protected
$accountID
;
protected
$displayName
;
public
function
generatePHID
()
{
return
PhabricatorPHID
::
generateNewPHID
(
PhabricatorPHIDConstants
::
PHID_TYPE_XUSR
);
}
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_AUX_PHID
=>
true
,
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 7:12 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
94241
Default Alt Text
PhabricatorExternalAccount.php (503 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment