Moderators: jmacgreg, michael, John, vgabler
'salutation' => $reviewer->getSalutation(),function getFullName($lastFirst = false) {
$salutation = $this->getData('salutation');
$firstName = $this->getData('firstName');
$middleName = $this->getData('middleName');
$lastName = $this->getData('lastName');
if ($lastFirst) {
return "$lastName, " . ($salutation != ''?"$salutation ":'') . "$firstName" . ($middleName != ''?" $middleName":'');
} else {
return ($salutation != ''?"$salutation ":'') . "$firstName " . ($middleName != ''?"$middleName ":'') . $lastName;
}
}Return to OJS Editorial Support and Discussion
Users browsing this forum: Google [Bot] and 1 guest