final class Schema (View source)

Schema export defaults

Properties

string $format
$cfg['Schema']['format'] = 'pdf';
bool $pdf_show_color
$cfg['Schema']['pdf_show_color'] = true;
bool $pdf_show_keys
$cfg['Schema']['pdf_show_keys'] = false;
bool $pdf_all_tables_same_width
$cfg['Schema']['pdf_all_tables_same_width'] = false;
string $pdf_orientation
$cfg['Schema']['pdf_orientation'] = 'L';
string $pdf_paper
$cfg['Schema']['pdf_paper'] = 'A4';
bool $pdf_show_grid
$cfg['Schema']['pdf_show_grid'] = false;
bool $pdf_with_doc
$cfg['Schema']['pdf_with_doc'] = true;
string $pdf_table_order
$cfg['Schema']['pdf_table_order'] = '';
bool $dia_show_color
$cfg['Schema']['dia_show_color'] = true;
bool $dia_show_keys
$cfg['Schema']['dia_show_keys'] = false;
string $dia_orientation
$cfg['Schema']['dia_orientation'] = 'L';
string $dia_paper
$cfg['Schema']['dia_paper'] = 'A4';
bool $eps_show_color
$cfg['Schema']['eps_show_color'] = true;
bool $eps_show_keys
$cfg['Schema']['eps_show_keys'] = false;
bool $eps_all_tables_same_width
$cfg['Schema']['eps_all_tables_same_width'] = false;
string $eps_orientation
$cfg['Schema']['eps_orientation'] = 'L';
bool $svg_show_color
$cfg['Schema']['svg_show_color'] = true;
bool $svg_show_keys
$cfg['Schema']['svg_show_keys'] = false;
bool $svg_all_tables_same_width
$cfg['Schema']['svg_all_tables_same_width'] = false;

Methods

__construct(array $schema = [])

No description

array
asArray()

No description

Details

__construct(array $schema = [])

No description

Parameters

array $schema

array asArray()

No description

Return Value

array