Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 14... Línea 14...
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...
16
 
16
 
Línea 17... Línea -...
17
namespace core\output;
-
 
18
 
-
 
19
use renderable;
17
namespace core\output;
20
 
18
 
21
/**
19
/**
22
 * Class to render a sticky footer element.
20
 * Class to render a sticky footer element.
23
 *
21
 *
Línea 33... Línea 31...
33
 * @category   output
31
 * @category   output
34
 * @copyright  2022 Ferran Recio <ferran@moodle.com>
32
 * @copyright  2022 Ferran Recio <ferran@moodle.com>
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
34
 */
37
class sticky_footer implements named_templatable, renderable {
35
class sticky_footer implements named_templatable, renderable {
38
 
-
 
39
    /**
36
    /**
40
     * @var string content of the sticky footer.
37
     * @var string content of the sticky footer.
41
     */
38
     */
42
    protected $stickycontent = '';
39
    protected $stickycontent = '';