MIDDAG for Moodle

request extends facade

Facade for local_middag\framework\support\moodle\request_support.

Tags
see
request_support
mixin

Table of Contents

Methods

get_facade_accessor()  : string
Return the service accessor key for this facade.
optional_param()  : mixed
required_param()  : mixed
validate_email()  : bool

Methods

get_facade_accessor()

Return the service accessor key for this facade.

public static get_facade_accessor() : string
Return values
string

optional_param()

public static optional_param(string $parname, mixed $default, string $type) : mixed
Parameters
$parname : string
$default : mixed
$type : string

required_param()

public static required_param(string $parname, string $type) : mixed
Parameters
$parname : string
$type : string

validate_email()

public static validate_email(string $address) : bool
Parameters
$address : string
Return values
bool

        
On this page

Search results