Fixed "Removed DataObject::$allowed_actions #3880" on master

This commit is contained in:
Aden Fraser 2015-02-12 08:57:51 +00:00
parent a4d4d0273b
commit 83db2f2d30

View File

@ -3737,11 +3737,6 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
*/
private static $summary_fields = null;
/**
* Provides a list of allowed methods that can be called via RESTful api.
*/
public static $allowed_actions = null;
/**
* Collect all static properties on the object
* which contain natural language, and need to be translated.