Page MenuHomePhorge

PhutilPerson.php
No OneTemporary

PhutilPerson.php

<?php
interface PhutilPerson {
const GENDER_MASCULINE = 'm';
const GENDER_FEMININE = 'f';
const GENDER_UNKNOWN = '';
public function getGender();
public function __toString();
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Mar 24, 02:31 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113471
Default Alt Text
PhutilPerson.php (191 B)

Event Timeline