| 1 | <?php |
||
| 13 | class ext extends \phpbb\extension\base |
||
| 14 | { |
||
| 15 | const BBVIDEO_WIDTH = 560; |
||
| 16 | const BBVIDEO_HEIGHT = 315; |
||
| 17 | |||
| 18 | /** string Require 3.2.0-b1 due to INCLUDECSS and migration helper updates. */ |
||
| 19 | const PHPBB_MIN_VERSION = '3.2.0-b1'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | 3 | public function is_enableable() |
|
| 29 | } |
||
| 30 |