Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100781280
PhabricatorIDExportField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 17:15
Size
215 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 17:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24033135
Attached To
rPH Phabricator
PhabricatorIDExportField.php
View Options
<?php
final
class
PhabricatorIDExportField
extends
PhabricatorExportField
{
public
function
getNaturalValue
(
$value
)
{
return
(
int
)
$value
;
}
public
function
getCharacterWidth
()
{
return
12
;
}
}
Event Timeline
Log In to Comment