Carousel
extends DivTag
in package
Description of Carousel
Tags
Table of Contents
- $activeSlide : int
- $captions : mixed
- $showCaptions : mixed
- $showControls : mixed
- $showIndicators : mixed
- $slides : mixed
- __construct() : mixed
- Carousel
- addControls() : mixed
- Add Controls to Caruousel
- addIndicators() : mixed
- addSlide() : mixed
- finalize() : mixed
Properties
$activeSlide
public
int
$activeSlide
= 0
$captions
public
mixed
$captions
= []
$showCaptions
public
mixed
$showCaptions
= false
$showControls
public
mixed
$showControls
= false
$showIndicators
public
mixed
$showIndicators
= false
$slides
public
mixed
$slides
= []
Methods
__construct()
Carousel
public
__construct([bool $controls = true ][, bool $indicators = true ][, bool $captions = true ][, array<string|int, mixed> $properties = [] ]) : mixed
Parameters
- $controls : bool = true
-
show controls ?
- $indicators : bool = true
-
show indicators ?
- $captions : bool = true
-
show captions ?
- $properties : array<string|int, mixed> = []
Return values
mixed —addControls()
Add Controls to Caruousel
public
addControls() : mixed
Return values
mixed —addIndicators()
public
addIndicators() : mixed
Return values
mixed —addSlide()
public
addSlide(Embedable $content[, mixed $caption = '' ][, mixed $active = false ]) : mixed
Parameters
- $content : Embedable
- $caption : mixed = ''
- $active : mixed = false
Return values
mixed —finalize()
public
finalize() : mixed