$v) { if (is_array($v)) { unset($value[$key]); } } $viewer = $this->getViewer(); $handles = $viewer->loadHandles($value); $results = array(); foreach ($value as $phid) { $handle = $handles[$phid]; $mail_name = $handle->getMailStampName(); if ($mail_name === null) { $mail_name = $handle->getPHID(); } $results[] = $this->renderStamp($this->getKey(), $mail_name); } return $results; } }