X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/analytics/classes/local/time_splitting
home
/
cbholdings
/
pasukulu
/
analytics
/
classes
/
local
/
time_splitting
/
📁
..
📄
accumulative_parts.php
(2.3 KB)
📄
after_now.php
(1.29 KB)
📄
after_start.php
(3.56 KB)
📄
base.php
(8.97 KB)
📄
before_now.php
(1.29 KB)
📄
equal_parts.php
(3.14 KB)
📄
past_periodic.php
(2.89 KB)
📄
periodic.php
(5.23 KB)
📄
upcoming_periodic.php
(2.83 KB)
Editing: before_now.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Interface for time-splitting methods whose ranges' times are before time(). * * @package core_analytics * @copyright 2019 David Monllao {@link http://www.davidmonllao.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace core_analytics\local\time_splitting; defined('MOODLE_INTERNAL') || die(); /** * Interface for time-splitting methods whose ranges' times are before time(). * * @package core_analytics * @copyright 2019 David Monllao {@link http://www.davidmonllao.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ interface before_now { }
Upload File
Create Folder