| 1 | <?php defined('SYSPATH') OR die('No direct script access.'); |
||
| 11 | class Task_DB_Structure_Dump extends Minion_Database { |
||
| 12 | |||
| 13 | protected $_options = array( |
||
| 14 | 'database' => 'default', |
||
| 15 | 'file' => FALSE, |
||
| 16 | ); |
||
| 17 | |||
| 18 | protected function __construct() |
||
| 23 | |||
| 24 | protected function _execute(array $options) |
||
| 42 | |||
| 43 | } |
||
| 44 |