Пример #1
0
 /**
  * Answer a string representing this entry's operation.
  *
  * @return String
  */
 public function getOperationString()
 {
     return ncChangeLogEntryOperation::getStringFor($this->getOperationType());
 }
Пример #2
0
 /**
  * Retrieves the formatted operation name of the ChangeLogEntry
  *
  * @return String HTML representation of operation name
  */
 public function renderOperationType()
 {
     return $this->ncChangeLogPluginTranslate(ncChangeLogEntryOperation::getStringFor($this->entry->getOperationType()));
 }