Home
last modified time | relevance | path

Searched refs:PersonsName (Results 1 – 4 of 4) sorted by relevance

/dports/www/osticket/upload/include/staff/
H A Dsettings-agents.inc.php28 <?php foreach (PersonsName::allFormats() as $n=>$f) {
H A Dsettings-users.inc.php29 <?php foreach (PersonsName::allFormats() as $n=>$f) {
/dports/www/osticket/upload/include/
H A Dclass.user.php801 class PersonsName class
933 foreach (PersonsName::allFormats() as $format => $func) {
1027 class AgentsName extends PersonsName {
1038 class UsersName extends PersonsName {
H A Dclass.ticket.php1868 $nameFormats = array_keys(PersonsName::allFormats());