Changeset View
Changeset View
Standalone View
Standalone View
src/internationalization/pht.php
Show All 38 Lines | |||||
* extractor so it knows particular arguments may vary on gender. | * extractor so it knows particular arguments may vary on gender. | ||||
* | * | ||||
* @param PhutilPerson Something implementing @{interface:PhutilPerson}. | * @param PhutilPerson Something implementing @{interface:PhutilPerson}. | ||||
* @return PhutilPerson The argument, unmodified. | * @return PhutilPerson The argument, unmodified. | ||||
*/ | */ | ||||
function phutil_person(PhutilPerson $person) { | function phutil_person(PhutilPerson $person) { | ||||
return $person; | return $person; | ||||
} | } | ||||
function pht_list(array $items) { | |||||
return implode(', ', $items); | |||||
} |