Author: ygrego Date: 2015-05-18 14:00:18 +0000 (Mon, 18 May 2015) New Revision: 1374 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1374 Log: Addition of method "getBlockUnrated". Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 13:55:08 UTC (rev 1373) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 14:00:18 UTC (rev 1374) @@ -161,6 +161,13 @@ return this._PIN_INCORRECT; }, + /* + * 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. + */ + getBlockUnrated: function() { + return this._blockUnrated; + }, _lockPINEntry: function() { this.isPINEntryLocked = true;
participants (1)
-
ygregoï¼ users.nuiton.org