| 1 | <?php |
||
| 23 | class Plugin { |
||
| 24 | |||
| 25 | private static $scripts = []; |
||
| 26 | private static $styles = []; |
||
| 27 | |||
| 28 | public static function registerStyle($appName, $styleName) { |
||
| 31 | |||
| 32 | public static function registerScript($appName, $scriptName) { |
||
| 35 | |||
| 36 | public static function getStyles() { |
||
| 39 | |||
| 40 | public static function getScripts() { |
||
| 43 | |||
| 44 | } |