Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1168584
PhabricatorUserProfile.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
PhabricatorUserProfile.php
View Options
<?php
final
class
PhabricatorUserProfile
extends
PhabricatorUserDAO
{
protected
$userPHID
;
protected
$title
;
protected
$blurb
;
protected
$profileImagePHID
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'title'
=>
'text255'
,
'blurb'
=>
'text'
,
'profileImagePHID'
=>
'phid?'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'userPHID'
=>
array
(
'columns'
=>
array
(
'userPHID'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 2, 3:55 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
289965
Default Alt Text
PhabricatorUserProfile.php (577 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment