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
 * Classes representing HTML elements, used by $OUTPUT methods
-
 
19
 *
-
 
20
 * Please see http://docs.moodle.org/en/Developement:How_Moodle_outputs_HTML
-
 
21
 * for an overview.
-
 
22
 *
-
 
23
 * @package core
-
 
24
 * @category output
-
 
25
 * @copyright 2009 Tim Hunt
-
 
26
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
27
 */
-
 
28
 
-
 
29
use core\output\local\action_menu\subpanel;
-
 
30
 
16