Insertable is a string that usually does not need translation and is difficult to type manually. More...
Public Member Functions | |
__construct ($display, $pre= '', $post= '') | |
getPreText () | |
getPostText () | |
getDisplayText () | |
Protected Attributes | |
$display | |
$pre | |
$post |
Insertable is a string that usually does not need translation and is difficult to type manually.
Definition at line 15 of file Insertable.php.
Insertable::__construct | ( | $ | display, | |
$ | pre = '' , |
|||
$ | post = '' | |||
) |
string | $display What to show to the user | |
string | $pre What to insert before selection | |
string | $post What to insert after selection |
Definition at line 28 of file Insertable.php.
Insertable::getDisplayText | ( | ) |
Definition at line 42 of file Insertable.php.
Insertable::getPostText | ( | ) |
Definition at line 38 of file Insertable.php.
Insertable::getPreText | ( | ) |
Definition at line 34 of file Insertable.php.
Insertable::$display [protected] |
Definition at line 17 of file Insertable.php.
Referenced by __construct().
Insertable::$post [protected] |
Definition at line 21 of file Insertable.php.
Referenced by __construct().
Insertable::$pre [protected] |
Definition at line 19 of file Insertable.php.
Referenced by __construct().