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
Thu, Mar 27, 00:43 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113471
Default Alt Text
PhutilPerson.php (191 B)

Event Timeline