WebPage
extends WebPage
in package
Stránka TwitterBootstrap4.
Tags
Table of Contents
- $bootstrapCSS : string
- Where to look for bootstrap stylesheet.
- $bootstrapJavaScript : string
- Where to look for bootstrap stylesheet scripts.
- $bootstrapThemeCSS : string
- Where to look for bootstrap stylesheet theme.
- $footer : FooterTag
- $header : HeaderTag
- $main : MainTag
- __construct() : mixed
- Page with support for twitter bootstrap.
- addToFooter() : mixed
- addToHeader() : mixed
- addToMain() : mixed
- finalize() : void
Properties
$bootstrapCSS
Where to look for bootstrap stylesheet.
public
string
$bootstrapCSS
= 'https://stackpath.bootstrapcdn.com/bootstrap/4.6.2/css/bootstrap.min.css'
path or url
$bootstrapJavaScript
Where to look for bootstrap stylesheet scripts.
public
string
$bootstrapJavaScript
= 'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.2/js/bootstrap.bundle.js'
path or url
$bootstrapThemeCSS
Where to look for bootstrap stylesheet theme.
public
string
$bootstrapThemeCSS
= ''
path or url
$footer
public
FooterTag
$footer
$header
public
HeaderTag
$header
$main
public
MainTag
$main
Methods
__construct()
Page with support for twitter bootstrap.
public
__construct([string $pageTitle = '' ]) : mixed
Parameters
- $pageTitle : string = ''
Return values
mixed —addToFooter()
public
addToFooter(mixed $content) : mixed
Parameters
- $content : mixed
Return values
mixed —addToHeader()
public
addToHeader(mixed $content) : mixed
Parameters
- $content : mixed
Return values
mixed —addToMain()
public
addToMain(mixed $content) : mixed
Parameters
- $content : mixed
Return values
mixed —finalize()
public
finalize() : void