MINOR Declare a variable.

This commit is contained in:
Simon Elvery 2012-11-13 16:01:46 +10:00
parent cae56255a5
commit eac3e1073a

View File

@ -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
*/