| [ Index ] | PHP Cross Reference of WordPress Trunk (Updated Daily) | 
[Source view] [Print] [Project Stats]
Contains Translation_Entry class
| Version: | $Id: entry.php 1157 2015-11-20 04:30:11Z dd32 $ | 
| File Size: | 125 lines (4 kb) | 
| Included or required: | 1 time | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
Translation_Entry:: (4 methods):
  __construct()
  Translation_Entry()
  key()
  merge_with()
Class: Translation_Entry - X-Ref
Translation_Entry class encapsulates a translatable string.| __construct( $args = array() X-Ref | 
| param: array $args { | 
| Translation_Entry( $args = array() X-Ref | 
| PHP4 constructor. | 
| key() X-Ref | 
| Generates a unique key for this entry. return: string|false The key or false if the entry is null. | 
| merge_with( &$other ) X-Ref | 
| Merges another translation entry with the current one. param: Translation_Entry $other Other translation entry. | 
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |