Proyectos de Subversion Moodle

Rev

Rev 50 | Rev 52 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 50 Rev 51
Línea 148... Línea 148...
148
        
148
        
149
        if($file) {
149
        if($file) {
Línea 150... Línea 150...
150
            echo 'file';
150
            echo 'file';
151
           
151
           
152
            print_r(get_class_methods($file));
152
            print_r(get_class_methods($file));
153
            print_r(get_class_methods($file->get_filename()));
153
            print_r($file->get_filename());
154
            print_r(get_class_methods($file->get_filesize()));
154
            print_r($file->get_filesize());
155
            print_r(get_class_methods($file->get_content()));
155
            print_r($file->get_content()));
156
            //$stored_file = new  stored_file($fs, $file);
156
            //$stored_file = new  stored_file($fs, $file);