Table of Contents
Interfaces
- TasksSliderInterface
Methods
-
__construct()
: mixed
-
getCloseUrl()
: string
-
getJs()
: string
-
getOpenUrl()
: string
-
open()
: void
-
setWidth()
: void
__construct()
public
__construct(string $openUrl, string $closeUrl[, bool $skipEvents = false ]) : mixed
Parameters
-
$openUrl
: string
-
-
$closeUrl
: string
-
-
$skipEvents
: bool
= false
-
getCloseUrl()
public
getCloseUrl() : string
getJs()
public
getJs() : string
getOpenUrl()
public
getOpenUrl() : string
open()
public
open() : void
setWidth()
public
setWidth(int $width) : void
Parameters
-
$width
: int
-