Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 12... Línea 12...
12
// GNU General Public License for more details.
12
// GNU General Public License for more details.
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea -...
16
 
-
 
17
/**
-
 
18
 * Privacy Subsystem implementation for core_filters.
-
 
19
 *
-
 
20
 * @package    core_filters
-
 
21
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
-
 
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
23
 */
-
 
24
 
16
 
Línea 25... Línea -...
25
namespace core_filters\privacy;
-
 
26
 
-
 
27
defined('MOODLE_INTERNAL') || die();
17
namespace core_filters\privacy;
28
 
18
 
29
/**
19
/**
-
 
20
 * Privacy Subsystem for core_filters implementing null_provider.
30
 * Privacy Subsystem for core_filters implementing null_provider.
21
 *
31
 *
22
 * @package    core_filters
32
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
23
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
33
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 */
-
 
35
class provider implements \core_privacy\local\metadata\null_provider {
25
 */
36
 
26
class provider implements \core_privacy\local\metadata\null_provider {
37
    /**
27
    /**
38
     * Get the language string identifier with the component's language
28
     * Get the language string identifier with the component's language
39
     * file to explain why this plugin stores no data.
29
     * file to explain why this plugin stores no data.