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
Sun, Mar 23, 23:54 (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113471
Default Alt Text
PhutilPerson.php (191 B)

Event Timeline