Author: ygrego Date: 2015-05-18 14:45:55 +0000 (Mon, 18 May 2015) New Revision: 1377 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1377 Log: Implementation of method "getParentalControlStatus" and modification of comment of method "getBlockUnrated". Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 14:34:52 UTC (rev 1376) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 14:45:55 UTC (rev 1377) @@ -220,11 +220,23 @@ /* * Description: - * Returns a flag indicating whether or not the OITF has been configured bythe user to block content for which a parental rating is absent. + * Returns a flag indicating whether or not the OITF has been configured by + * the user to block content for which a parental rating is absent. */ getBlockUnrated: function() { return this._blockUnrated; }, + + /* + * Description: + * Returns a flag indicating the temporary parental control status set by + * setParentalControlStatus() . Note that the returned status covers + * parental control functionality related to all rating schemes, not only + * the rating scheme upon which the method is called. + */ + getParentalControlStatus: function() { + return this._parentalControlStatus; + }, _lockPINEntry: function() { this.isPINEntryLocked = true;
participants (1)
-
ygregoï¼ users.nuiton.org