| 1 | <?php |
||
| 21 | abstract class bbcodes_migration_base extends container_aware_migration |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @return array An array of bbcodes data to install |
||
| 25 | */ |
||
| 26 | abstract protected function bbcode_data(); |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Wrapper for installing bbcodes in migrations |
||
| 30 | */ |
||
| 31 | public function install_abbc3_bbcodes() |
||
| 45 | } |
||
| 46 |