1 | <?php |
||
7 | class TermStoreSchemaUpdater { |
||
8 | |||
9 | private $updater; |
||
10 | |||
11 | public static function getSqlFileAbsolutePath() { |
||
14 | |||
15 | private function __construct( DatabaseUpdater $updater ) { |
||
18 | |||
19 | public static function onSchemaUpdate( DatabaseUpdater $updater ) { |
||
22 | |||
23 | private function updateSchema() { |
||
29 | |||
30 | } |
||
31 |