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