PHP Class Redaxscript\Modules\Preview\Preview

Since: 3.0.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
render ( string $alias = null, string $path = null ) : string render
renderStart ( ) renderStart
routerStart ( ) routerStart

Method Details

render() public static method

render
Since: 3.0.0
public static render ( string $alias = null, string $path = null ) : string
$alias string
$path string
return string

renderStart() public static method

renderStart
Since: 2.2.0
public static renderStart ( )

routerStart() public static method

routerStart
Since: 3.0.0
public static routerStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array