Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Prado
I18N
core
IMessageSource
save
Prado\I18N\core\IMessageSource::save PHP Method
IMessageSource Interface Documentation
Mostrar archivo
Open project: pradosoft/prado
save()
public
method
If the translation was not found, you should add those strings to the translation source via the
append()
method.
public
save
(
$catalogue
= 'messages' ) :
boolean
return
boolean
true if saved successfuly, false otherwise.
function save($catalogue = 'messages');
IMessageSource
append
catalogues
delete
getCulture
load
read
save
setCulture
update