Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110471188
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
Sat, Apr 26, 11:55
Size
191 B
Mime Type
text/x-php
Expires
Mon, Apr 28, 11:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25822196
Attached To
rPHU libphutil
PhutilPerson.php
View Options
<?php
interface
PhutilPerson
{
const
GENDER_MASCULINE
=
'm'
;
const
GENDER_FEMININE
=
'f'
;
const
GENDER_UNKNOWN
=
''
;
public
function
getGender
();
public
function
__toString
();
}
Event Timeline
Log In to Comment