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 : mixed
- $header : mixed
- $main : mixed
- __construct() : mixed
- Stránka s podporou pro twitter bootstrap.
- addToFooter() : mixed
- addToHeader() : mixed
- addToMain() : mixed
- finalize() : mixed
Properties
$bootstrapCSS
Where to look for bootstrap stylesheet
public
string
$bootstrapCSS
= 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/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.3.1/js/bootstrap.bundle.js'
path or url
$bootstrapThemeCSS
Where to look for bootstrap stylesheet theme
public
string
$bootstrapThemeCSS
= ''
path or url
$footer
public
mixed
$footer
= null
$header
public
mixed
$header
= null
$main
public
mixed
$main
= null
Methods
__construct()
Stránka s podporou pro twitter bootstrap.
public
__construct([string $pageTitle = null ]) : mixed
Parameters
- $pageTitle : string = null
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() : mixed