Localization Message Model
package |
Localization |
---|---|
subpackage |
Model |
_buildMsgstr(string $message, integer $limit = 500) : string
string
integer
string
_exportJsLocale(string $code, array $data) : boolean
string
Language code
array
boolean
True on succes
_exportLocale(string $code, array $data) : boolean
string
Language code
array
boolean
True on succes
export() : boolean
boolean
True on success
getById(integer $id) : array
integer
array
saveAssociatedChanged(array $data, array $options = array()) : mixed
array
array
mixed
If atomic: True on success, or false on failure. Otherwise: array similar to the $data array passed, but values are set to true/false depending on whether each record saved successfully.
validate : array
var |
---|
array
hasMany : array
var |
---|
array
useDbConfig : string
var |
---|
string
actsAs : array
var |
---|
array
recursive : integer
var |
---|
integer
Translations : \Translation
Translation model
\Translation
References : \MessageReference
Message Reference model
\MessageReference