source: trunk/client/inc/hpdf5/spipu/html2pdf/src/Tag/Html/Cite.php@ 347

Last change on this file since 347 was 347, checked in by roby, 3 years ago

Aggiornamento per compatibilità con php7.4

File size: 411 bytes
Line 
1<?php
2/**
3 * Html2Pdf Library - Tag class
4 *
5 * HTML => PDF converter
6 * distributed under the OSL-3.0 License
7 *
8 * @package Html2pdf
9 * @author Laurent MINGUET <webmaster@html2pdf.fr>
10 * @copyright 2017 Laurent MINGUET
11 */
12namespace Spipu\Html2Pdf\Tag\Html;
13
14/**
15 * Tag Cite
16 */
17class Cite extends I
18{
19 /**
20 * @inheritdoc
21 */
22 public function getName()
23 {
24 return 'cite';
25 }
26}
Note: See TracBrowser for help on using the repository browser.