MIDDAG for Moodle

admin_setting_link extends admin_setting_configtext

Tags
copyright

mod_customcert

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

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 = ''
Return values
string

        
On this page

Search results