| [ Index ] |
PHP Cross Reference of BackPress |
[Source view] [Print] [Project Stats]
Contains Translation_Entry class
| Version: | $Id: entry.php 1184 2026-03-30 00:40:06Z dd32 $ |
| File Size: | 127 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. since: 2.8.0 |
| key() X-Ref |
| Generates a unique key for this entry. since: 2.8.0 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. since: 2.8.0 param: Translation_Entry $other Other translation entry. |
| Generated: Tue Mar 31 01:00:12 2026 | Cross-referenced by PHPXref 0.7.1 |