Beispiel #1
0
 /**
  * Build an internal entries array key from a PoEntry
  *
  * @param PoEntry $entry the PoEntry to build key from
  *
  * @return string
  */
 public function createKeyFromEntry(PoEntry $entry)
 {
     return $this->createKey($entry->getAsString(PoTokens::MESSAGE), $entry->getAsString(PoTokens::CONTEXT), $entry->getAsString(PoTokens::PLURAL));
 }