1 | <?php |
||
9 | class AdminerDumpXml { |
||
10 | /** @access protected */ |
||
11 | var $database = false; |
||
12 | |||
13 | function dumpFormat() { |
||
16 | |||
17 | function dumpTable($table, $style, $is_view = false) { |
||
22 | |||
23 | function _database() { |
||
26 | |||
27 | function dumpData($table, $style, $query) { |
||
48 | |||
49 | function dumpHeaders($identifier, $multi_table = false) { |
||
55 | |||
56 | } |
||
57 |
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.