ModuleHooks
in package
ModuleHooks.
Tags
Table of Contents
- $function : string|null
- $location : string|null
- $modulename : string|null
- $priority : int|null
- $whenactive : string|null
- getFunction() : string
- Get the value of Function.
- getLocation() : string
- Get the value of Location.
- getModulename() : string
- Get the value of Modulename.
- getPriority() : int
- Get the value of Priority.
- getWhenactive() : string
- Get the value of Whenactive.
- setFunction() : self
- Set the value of Function.
- setLocation() : self
- Set the value of Location.
- setModulename() : self
- Set the value of Modulename.
- setPriority() : self
- Set the value of Priority.
- setWhenactive() : self
- Set the value of Whenactive.
Properties
$function
private
string|null
$function
= null
Tags
$location
private
string|null
$location
= null
Tags
$modulename
private
string|null
$modulename
= null
Tags
$priority
private
int|null
$priority
= 50
Tags
$whenactive
private
string|null
$whenactive
= null
Tags
Methods
getFunction()
Get the value of Function.
public
getFunction() : string
Return values
string —getLocation()
Get the value of Location.
public
getLocation() : string
Return values
string —getModulename()
Get the value of Modulename.
public
getModulename() : string
Return values
string —getPriority()
Get the value of Priority.
public
getPriority() : int
Return values
int —getWhenactive()
Get the value of Whenactive.
public
getWhenactive() : string
Return values
string —setFunction()
Set the value of Function.
public
setFunction(string $function) : self
Parameters
- $function : string
Return values
self —setLocation()
Set the value of Location.
public
setLocation(string $location) : self
Parameters
- $location : string
Return values
self —setModulename()
Set the value of Modulename.
public
setModulename(string $modulename) : self
Parameters
- $modulename : string
Return values
self —setPriority()
Set the value of Priority.
public
setPriority(int $priority) : self
Parameters
- $priority : int
Return values
self —setWhenactive()
Set the value of Whenactive.
public
setWhenactive(string $whenactive) : self
Parameters
- $whenactive : string