Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F567998
PhabricatorUserConfiguredCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
747 B
Referenced Files
None
Subscribers
None
PhabricatorUserConfiguredCustomField.php
View Options
<?php
final
class
PhabricatorUserConfiguredCustomField
extends
PhabricatorUserCustomField
implements
PhabricatorStandardCustomFieldInterface
{
public
function
getStandardCustomFieldNamespace
()
{
return
'user'
;
}
public
function
createFields
(
$object
)
{
return
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
PhabricatorEnv
::
getEnvConfig
(
'user.custom-field-definitions'
));
}
public
function
newStorageObject
()
{
return
new
PhabricatorUserConfiguredCustomFieldStorage
();
}
protected
function
newStringIndexStorage
()
{
return
new
PhabricatorUserCustomFieldStringIndex
();
}
protected
function
newNumericIndexStorage
()
{
return
new
PhabricatorUserCustomFieldNumericIndex
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 1:10 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
109804
Default Alt Text
PhabricatorUserConfiguredCustomField.php (747 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment