Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895935
PhutilPersonTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
367 B
Referenced Files
None
Subscribers
None
PhutilPersonTest.php
View Options
<?php
final
class
PhutilPersonTest
extends
Phobject
implements
PhutilPerson
{
private
$gender
=
PhutilPerson
::
GENDER_UNKNOWN
;
public
function
getGender
(
)
{
return
$this
->
gender
;
}
public
function
setGender
(
$value
)
{
$this
->
gender
=
$value
;
return
$this
;
}
public
function
__toString
(
)
{
return
pht
(
'Test (%s)'
,
$this
->
gender
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 22:18 (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115669
Default Alt Text
PhutilPersonTest.php (367 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment