Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96057343
PhutilPerson.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, Dec 22, 04:49
Size
197 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 04:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23106130
Attached To
rPHU libphutil
PhutilPerson.php
View Options
<?php
/**
* @group internationalization
*/
interface
PhutilPerson
{
const
SEX_MALE
=
'm'
;
const
SEX_FEMALE
=
'f'
;
const
SEX_UNKNOWN
=
''
;
function
getSex
();
function
__toString
();
}
Event Timeline
Log In to Comment