ramiro/html-wrapper

用于包含网页的HTML包装器。

v1.0.0 2021-05-17 04:21 UTC

This package is auto-updated.

Last update: 2024-09-18 04:08:20 UTC


README

包装器

page (array $settings = [
    'idioma' => 'en',
    'head' => [],
    'body' => [
        'contenido' => [],
        'atributos' => []
    ]
]);

观察上述函数是传递给html-armor构造函数的默认值。

您需要向模板包装器提供的值包括:

  • 语言
  • 将放在head中的标签
  • 将放在body中的标签
  • 可选地给body添加属性