File modules/wikiparser/model/ImageElement.class.php

Last commit: Sat Feb 22 22:45:05 2020 +0100	Jan Dankert	Refactoring: Enable Autoloading, Fix namespace structure.
1 <?php 2 3 namespace wikiparser\model; 4 use wikiparser\model\LinkElement; 5 6 /** 7 * @author $Author$ 8 * @version $Revision$ 9 * @package openrat.text 10 */ 11 class ImageElement extends LinkElement 12 { 13 var $description; 14 } 15 16 ?>
Download modules/wikiparser/model/ImageElement.class.php
History Sat, 22 Feb 2020 22:45:05 +0100 Jan Dankert Refactoring: Enable Autoloading, Fix namespace structure.