User_Schema class : removed tabs + commented code + organized structure, Delete listing of schema classes in process relation schema file
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
<?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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user