예제 #1
0
 /**
  * Helper function to make calls to postProcessTranslation more readable.
  */
 public static function ppTags($string, $tags)
 {
     return Translate::postProcessTranslation($string, array('tags' => $tags));
 }