mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
MINOR Declare a variable.
This commit is contained in:
parent
cae56255a5
commit
eac3e1073a
@ -213,6 +213,14 @@ class Translatable extends DataExtension implements PermissionProvider {
|
||||
*/
|
||||
protected static $allowed_locales = null;
|
||||
|
||||
/**
|
||||
* @var array An array of fields which should be excluded from
|
||||
* being transformed in the CMS for translated dataobjects. This
|
||||
* includes some default excludes and any field which has already
|
||||
* been transformed.
|
||||
*/
|
||||
protected $translatableExcludes = null;
|
||||
|
||||
/**
|
||||
* Reset static configuration variables to their default values
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user