PDF converter * distributed under the OSL-3.0 License * * @package Html2pdf * @author Laurent MINGUET * @copyright 2017 Laurent MINGUET */ namespace Spipu\Html2Pdf\Tag\Html; /** * Tag Address */ class Address extends I { /** * @inheritdoc */ public function getName() { return 'address'; } }