PHP Class Redaxscript\Modules\FeedReader\FeedReader

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Config
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 ( string $url = null, array $optionArray = [] ) : string render
renderStart ( ) renderStart

Method Details

adminPanelNotification() public static method

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

render() public static method

render
Since: 3.0.0
public static render ( string $url = null, array $optionArray = [] ) : string
$url string
$optionArray array
return string

renderStart() public static method

renderStart
Since: 3.0.0
public static renderStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array