18 lines
241 B
PHP
18 lines
241 B
PHP
<?php
|
|
include_once("Export_Relation_Schema.class.php");
|
|
|
|
class PMA_DIA extends XMLWriter
|
|
{
|
|
public $title;
|
|
public $author;
|
|
public $font;
|
|
public $fontSize;
|
|
|
|
|
|
}
|
|
|
|
class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema
|
|
{
|
|
|
|
}
|
|
?>
|