Class Summary Translation2_Decorator_ErrorText

Class Summary Translation2_Decorator_ErrorText

Class Summary Translation2_Decorator_ErrorText  -- Decorator to provide a fallback error_text message for empty strings.

ErrorText Decorator Example

When the fetched string is empty, it replaces it with the contents of the "error_text" column of the langs_avail table
$tr = new Translation2($driver, $dbinfo, $params);
$tr =& $tr->getDecorator('ErrorText');

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.