Icon
FinalYes
Column icon.
Tags
Table of Contents
Methods
- __construct() : mixed
- getTitle() : string|null
- Tooltip title.
- getUrl() : string
- URL image.
- setTitle() : self
- Tooltip title.
- setUrl() : self
- URL image.
Methods
__construct()
public
__construct(string $url[, string|null $title = null ]) : mixed
Parameters
- $url : string
- $title : string|null = null
getTitle()
Tooltip title.
public
getTitle() : string|null
Return values
string|nullgetUrl()
URL image.
public
getUrl() : string
Return values
stringsetTitle()
Tooltip title.
public
setTitle(string|null $value) : self
Parameters
- $value : string|null
Return values
selfsetUrl()
URL image.
public
setUrl(string $value) : self
Parameters
- $value : string