admin_setting_link extends admin_setting_configtext
Tags
Table of Contents
Properties
- $description : mixed
- $name : mixed
- $visiblename : mixed
- $link : mixed
- $linkname : mixed
Methods
- __construct() : mixed
- The admin_setting_link constructor.
- output_html() : string
- Output the link to the upload image page.
Properties
$description
public
mixed
$description
$name
public
mixed
$name
$visiblename
public
mixed
$visiblename
$link
protected
mixed
$link
$linkname
protected
mixed
$linkname
Methods
__construct()
The admin_setting_link constructor.
public
__construct(string $name, string $visiblename, string $description, string $linkname, mixed|string $link, null|int $defaultsetting[, string $paramtype = PARAM_RAW ][, null $size = null ]) : mixed
Parameters
- $name : string
- $visiblename : string
- $description : string
- $linkname : string
- $link : mixed|string
- $defaultsetting : null|int
- $paramtype : string = PARAM_RAW
- $size : null = null
output_html()
Output the link to the upload image page.
public
output_html(mixed $data[, string $query = '' ]) : string
Parameters
- $data : mixed
- $query : string = ''