WPDev.one
Core Class

Translation_Entry

class Translation_Entry // Constructor: function Object() { [native code] }

Translation_Entry class encapsulates a translatable string.

Methods 4 methods

Method / Return Description
__construct()
void

No description available.

Parameters: $args: mixed
Translation_Entry()
void

PHP4 constructor.

Parameters: $args: mixed
key()
(string

Generates a unique key for this entry.

merge_with()
void

Merges another translation entry with the current one.

Parameters: $other: mixed

Properties

Property / Type Description
$is_plural
mixed
public
No description available.
$context
mixed
public
No description available.
$singular
mixed
public
No description available.
$plural
mixed
public
No description available.
$translations
mixed
public
No description available.
$translator_comments
mixed
public
No description available.
$extracted_comments
mixed
public
No description available.
$references
mixed
public
No description available.
$flags
mixed
public
No description available.

Class Information

Since Version
2.8.0
Source File
wp-includes/pomo/entry.php
Advertisement