PHP Class Redaxscript\Modules\TestDummy\TestDummy

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Module
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
adminPanelNotification ( ) : array adminPanelNotification
render ( integer $firstNumber = null, integer $secondNumber = null ) : integer render

Method Details

adminPanelNotification() public static method

adminPanelNotification
Since: 3.0.0
public static adminPanelNotification ( ) : array
return array

render() public static method

render
Since: 2.4.0
public static render ( integer $firstNumber = null, integer $secondNumber = null ) : integer
$firstNumber integer
$secondNumber integer
return integer

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array